diff options
author | ale <ale@FreeBSD.org> | 2011-03-19 21:15:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-03-19 21:15:34 +0800 |
commit | 056be463304d28e78c9e4bc4cec48069162eba85 (patch) | |
tree | cd62a3f8e13c67d6c295dca3d76376ec84c71747 /dns | |
parent | dd1f152da98dde00bc4f784ead96ba7b7f6ab220 (diff) | |
download | freebsd-ports-gnome-056be463304d28e78c9e4bc4cec48069162eba85.tar.gz freebsd-ports-gnome-056be463304d28e78c9e4bc4cec48069162eba85.tar.zst freebsd-ports-gnome-056be463304d28e78c9e4bc4cec48069162eba85.zip |
Bump PORTREVISION for ports linking to default libmysqlclient.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/mydns-ng/Makefile | 1 | ||||
-rw-r--r-- | dns/mydns/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 7304e117adea..9deac51b6e8a 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= mydns-ng PORTVERSION= 1.2.8.31 +PORTREVISION= 1 CATEGORIES= dns databases MASTER_SITES= SF/${PORTNAME}/mydns/${PORTVERSION} DISTNAME= mydns-${PORTVERSION} diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 06516746436c..159784724754 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -7,7 +7,7 @@ PORTNAME= mydns PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ |