diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-08-30 12:55:20 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-08-30 12:55:20 +0000 |
commit | a6bc455d6dd618318f7a03f721d1a8b79aed6546 (patch) | |
tree | 24b011abff2628ca44159bc6828aabc6c7c3c80d /ftp | |
parent | f1cc3130d06a31e60b3cd8e0187d1439be52f06d (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php56-curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/php56-ftp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/php56-curl/Makefile b/ftp/php56-curl/Makefile index d5f3c5d4e6c2..a698fbe937bf 100644 --- a/ftp/php56-curl/Makefile +++ b/ftp/php56-curl/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/ftp/php56-ftp/Makefile b/ftp/php56-ftp/Makefile index fa7dfc39c9c6..5b7b1e343265 100644 --- a/ftp/php56-ftp/Makefile +++ b/ftp/php56-ftp/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 |