diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-07 08:23:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-07 08:23:11 +0000 |
commit | 9eb728a459409099200749906cdc740f7223c4a7 (patch) | |
tree | a66a2116dc530666a9415226ae48d75d2ae13a0e /devel/cvsweb | |
parent | 0d005d99a28987ff50df49adc1ac76610576a3b4 (diff) | |
download | ports-9eb728a459409099200749906cdc740f7223c4a7.tar.gz ports-9eb728a459409099200749906cdc740f7223c4a7.zip |
Notes
Diffstat (limited to 'devel/cvsweb')
-rw-r--r-- | devel/cvsweb/Makefile | 7 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 5168b7f99bef..2efa48c7d429 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cvsweb -PORTVERSION= 1.80 +PORTVERSION= 1.85 CATEGORIES= devel www -MASTER_SITES= http://stud.fh-heilbronn.de/~zeller/download/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/ \ + http://people.FreeBSD.org/~knu/ports/distfiles/ MAINTAINER= knu@FreeBSD.org @@ -29,7 +30,7 @@ ICONSDIR?= share/apache/icons PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" -WRKSRC= ${WRKDIR}/cvsweb +WRKSRC= ${WRKDIR}/${PORTNAME} do-configure: cd ${WRKSRC} && ${PERL} -i -pe "\ diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 096c2391eb1f..2b0fc370b87a 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.80.tar.gz) = 689e19e1cd1aa7dda4eaeb457a6fa156 +MD5 (cvsweb-1.85.tar.gz) = 9405898ccc441cb38cb12fd9af16de83 |