pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

logfmon-devel: Switch from CVS to GIT



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 22:52:27 2016 +0200
Changeset:	6fc45425e77903df7a6d28cecf0ba3662625cae0

Modified Files:
	logfmon-devel/Makefile

Log Message:
logfmon-devel: Switch from CVS to GIT

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fc45425e77903df7a6d28cecf0ba3662625cae0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 logfmon-devel/Makefile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diffs:
diff --git a/logfmon-devel/Makefile b/logfmon-devel/Makefile
index 793b2c4..28f3896 100644
--- a/logfmon-devel/Makefile
+++ b/logfmon-devel/Makefile
@@ -2,16 +2,14 @@
 
 DISTNAME=	logfmon
 CATEGORIES=	sysutils
-MASTER_SITES=	#
-DISTFILES=	#
+
 
 MAINTAINER=	clamiax%gmail.com@localhost
 HOMEPAGE=	http://logfmon.sourceforge.net/
 COMMENT=	Log file monitor
 
-CVS_PROJECT=		logfmon
-CVS_REPOSITORIES=	${CVS_PROJECT}
-CVS_ROOT.logfmon=	${CVS_ROOT_SOURCEFORGE}
+GIT_REPOSITORIES=	logfmon
+GIT_REPO.logfmon=	git%github.com@localhost:nicm/logfmon.git
 
 USE_TOOLS+=		yacc
 
@@ -36,5 +34,5 @@ INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}
 INSTALL_MAKE_FLAGS+=	INSTALLBIN=${INSTALL_PROGRAM:Q}
 INSTALL_MAKE_FLAGS+=	INSTALLMAN=${INSTALL_MAN:Q}
 
-.include "../../wip/mk/cvs-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index