diff options
Diffstat (limited to 'devel/cvsweb3/Makefile')
-rw-r--r-- | devel/cvsweb3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 9924ec1..2ddcca0 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -8,7 +8,8 @@ PORTNAME= cvsweb PORTVERSION= ${REV_ZELLER}.${REV_KNU} CATEGORIES= devel www -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.FreeBSD.org/~knu/distfiles/ MASTER_SITE_SUBDIR= knu MAINTAINER= knu@FreeBSD.org @@ -18,8 +19,8 @@ NO_BUILD= yes USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. -REV_ZELLER= 1.104 -REV_KNU= 1.63 +REV_ZELLER= 1.105 +REV_KNU= 1.64 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) |