Index: head/devel/cvsutils/Makefile =================================================================== --- head/devel/cvsutils/Makefile (revision 172287) +++ head/devel/cvsutils/Makefile (revision 172288) @@ -1,39 +1,30 @@ # New ports collection makefile for: cvsutils # Date created: 6 June 2000 # Whom: knu@FreeBSD.org # # $FreeBSD$ # PORTNAME= cvsutils -PORTVERSION= 2003.02.03 +PORTVERSION= 0.2.3 +PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.iDaemons.org/pub/distfiles/ -MASTER_SITE_SUBDIR= knu +MASTER_SITES= http://www.red-bean.com/cvsutils/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mva@sysfault.org COMMENT= CVS utilities which facilitate working with local working directories -USE_BZIP2= yes USE_PERL5= yes +GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:15 autoconf:253 -AUTOMAKE_ARGS= --add-missing - MAN1= cvsutils.1 -MANCOMPRESSED= no -pre-configure: - cd ${WRKSRC} ; ${ACLOCAL} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for f in AUTHORS ChangeLog FAQ NEWS README TODO +.for f in AUTHORS ChangeLog NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif .include Property changes on: head/devel/cvsutils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/devel/cvsutils/distinfo =================================================================== --- head/devel/cvsutils/distinfo (revision 172287) +++ head/devel/cvsutils/distinfo (revision 172288) @@ -1,3 +1,3 @@ -MD5 (cvsutils-2003.02.03.tar.bz2) = 0aa5409e17deca1fae1e6997b7553353 -SHA256 (cvsutils-2003.02.03.tar.bz2) = c73687cc2efdc66b607c0efcc2d6324fbb49b33f021ec44ce83ad48a639d84e1 -SIZE (cvsutils-2003.02.03.tar.bz2) = 16144 +MD5 (cvsutils-0.2.3.tar.gz) = 709a3e298c654c22b41ca06d9fc4df76 +SHA256 (cvsutils-0.2.3.tar.gz) = 330223f1bc15a95ad6930db713cf23c6d73ea94723a29b86f698c7fea99900ed +SIZE (cvsutils-0.2.3.tar.gz) = 68874 Property changes on: head/devel/cvsutils/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/cvsutils/pkg-descr =================================================================== --- head/devel/cvsutils/pkg-descr (revision 172287) +++ head/devel/cvsutils/pkg-descr (revision 172288) @@ -1,21 +1,20 @@ CVSU: CVS Utilites The idea of CVS Utilities is to facilitate working with the files in the working directory of a developer using CVS. cvsu: cvs update offline cvsco: cruel checkout cvsdiscard: discard local changes cvsdo: simulates some of the CVS commands cvspurge: make maintainer-clean cvsdiff: cvs diff offline cvschroot: change CVS/Root recursively -cvsrmadm: remove all CVS directories recursively The original author of CVSU is: Tom Tromey Currently CVSU is maintained by: - Pavel Roskin + Pavel Roskin WWW: http://www.red-bean.com/cvsutils/ Property changes on: head/devel/cvsutils/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/cvsutils/pkg-plist =================================================================== --- head/devel/cvsutils/pkg-plist (revision 172287) +++ head/devel/cvsutils/pkg-plist (revision 172288) @@ -1,15 +1,13 @@ bin/cvschroot bin/cvsco bin/cvsdo bin/cvsdiscard bin/cvspurge -bin/cvsrmadm bin/cvstrim bin/cvsu %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/devel/cvsutils/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property