diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-21 06:50:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-21 06:50:37 +0800 |
commit | 24b850f0cc0fad5aad9a2cdaaad421ebeb0bc72b (patch) | |
tree | 43fdb358bde7445f968363c554846e57ebf08686 | |
parent | 80db333d47e75ddf71ce612dd9d05f13bf7439c6 (diff) | |
download | freebsd-ports-gnome-24b850f0cc0fad5aad9a2cdaaad421ebeb0bc72b.tar.gz freebsd-ports-gnome-24b850f0cc0fad5aad9a2cdaaad421ebeb0bc72b.tar.zst freebsd-ports-gnome-24b850f0cc0fad5aad9a2cdaaad421ebeb0bc72b.zip |
PORTVERSION -> DISTVERSION
-rw-r--r-- | sysutils/pear-File/Makefile | 3 | ||||
-rw-r--r-- | www/pear-HTTP_Download/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 0c42341a96a6..ac9291e6f9cc 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,10 +6,9 @@ # PORTNAME= File -PORTVERSION= 1.1.0.r3 +DISTVERSION= 1.1.0RC3 PORTEPOCH= 1 CATEGORIES= sysutils www pear -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= antonio@php.net COMMENT= PEAR common file and directory routines diff --git a/www/pear-HTTP_Download/Makefile b/www/pear-HTTP_Download/Makefile index 90875adb433d..ddf587e89493 100644 --- a/www/pear-HTTP_Download/Makefile +++ b/www/pear-HTTP_Download/Makefile @@ -6,9 +6,8 @@ # PORTNAME= HTTP_Download -PORTVERSION= 1.0.0.r4 +DISTVERSION= 1.0.0RC4 CATEGORIES= www devel pear -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= antonio@php.net COMMENT= PEAR class to send HTTP downloads |