diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-14 23:21:02 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-14 23:21:02 +0000 |
commit | 1385312c504f56c0d576ed42cf48ceadce214333 (patch) | |
tree | 1e67e269e5a3d5b0d2a3e5ef69513d33fc937dce /ftp | |
parent | 75a813c71581cfbb8ae865f30fff77103a0a28f3 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gnustep-ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/waiho/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index 47c526a4b28b..e23ca78aa986 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -2,6 +2,7 @@ PORTNAME= ftp PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index 6bc5f2b6d056..11c6cba3f3a4 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -2,7 +2,7 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} |