diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-05-20 10:26:21 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-05-20 10:26:21 +0000 |
commit | a054ca09cc024c10920a284046d06d5c59fb2fff (patch) | |
tree | 568b0c79e43781056a978bb158b14c506175be29 /lang/pike76/Makefile | |
parent | e9d04acb7ee7d938794bce6a5895408d3ec1bd41 (diff) |
Upgrade to 7.6.9.
PR: ports/66776
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109554
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 516545b3d82a..1a6ddccb8274 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -6,12 +6,12 @@ # PORTNAME= pike76 -PORTVERSION= 7.6.6 +PORTVERSION= 7.6.9 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ ftp://ftp.oav.net/pike/7.6/ \ ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ -DISTNAME= Pike-v${PORTVERSION} +DISTNAME= pike-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A dynamic programming language with a syntax similar to C++ |