diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-18 22:06:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-18 22:06:30 +0000 |
commit | c7c1238390343646e98d00b9877a749db4b18e56 (patch) | |
tree | 932819e449dcb7e2492a0bad50160a5eb4e771d9 /devel/cvsstat | |
parent | ec28692edbd415294b3f6aa71facd27b17d982a4 (diff) | |
download | ports-c7c1238390343646e98d00b9877a749db4b18e56.tar.gz ports-c7c1238390343646e98d00b9877a749db4b18e56.zip |
Make port up-to-date again by version-upgrade.
Implicit approval due to absence of the old distfiles.
PR: ports/46326
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=71717
Diffstat (limited to 'devel/cvsstat')
-rw-r--r-- | devel/cvsstat/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsstat/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvsstat/Makefile b/devel/cvsstat/Makefile index 705a80e751a2..020b4faa4bef 100644 --- a/devel/cvsstat/Makefile +++ b/devel/cvsstat/Makefile @@ -6,11 +6,12 @@ # PORTNAME= cvsstat -PORTVERSION= 2.20 +PORTVERSION= 2.23 CATEGORIES= devel MASTER_SITES= http://cvs.sslug.dk/cvs2html/utils/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= # empty +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= # empty MAINTAINER= petef@FreeBSD.org @@ -20,7 +21,7 @@ NO_BUILD= yes do-extract: @${MKDIR} ${WRKSRC} - @${CP} -p ${DISTDIR}/${DISTNAME} ${WRKSRC} + @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cvsstat diff --git a/devel/cvsstat/distinfo b/devel/cvsstat/distinfo index a3cc518e61ce..162dadab5a2a 100644 --- a/devel/cvsstat/distinfo +++ b/devel/cvsstat/distinfo @@ -1 +1 @@ -MD5 (cvsstat) = 5ad53e571dd6431e7fc79cb3dc760942 +MD5 (cvsstat-2.23/cvsstat) = 6f10eac22f71268205b06dda8b480e77 |