diff options
author | mandree <mandree@FreeBSD.org> | 2014-09-26 02:27:56 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-09-26 02:27:56 +0800 |
commit | 0fcd5142fca71e4bab42711e4340621a62dc4127 (patch) | |
tree | 1fb0668f3da9e9cde2bb36d9872d8efb27c72315 /dns | |
parent | 9030b11e2317930bc2a5856f6d8d5f800f848f51 (diff) | |
download | freebsd-ports-gnome-0fcd5142fca71e4bab42711e4340621a62dc4127.tar.gz freebsd-ports-gnome-0fcd5142fca71e4bab42711e4340621a62dc4127.tar.zst freebsd-ports-gnome-0fcd5142fca71e4bab42711e4340621a62dc4127.zip |
Update to new upstream version 2.72, disabling dnsmasq-devel again.
Remove @dir* stuff from pkg-plist. @sample isn't documented properly
and isn't up to handling files with non-.sample suffix, so stay
away from that part of pkg-plist.
ChangeLog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq-devel/pkg-plist | 4 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 | ||||
-rw-r--r-- | dns/dnsmasq/pkg-plist | 4 |
5 files changed, 4 insertions, 12 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 733c5b14b8d3..035989726eda 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -12,6 +12,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 +IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html diff --git a/dns/dnsmasq-devel/pkg-plist b/dns/dnsmasq-devel/pkg-plist index 611d5ac34224..f701f671ce37 100644 --- a/dns/dnsmasq-devel/pkg-plist +++ b/dns/dnsmasq-devel/pkg-plist @@ -8,10 +8,6 @@ man/man8/dnsmasq.8.gz %%EXAMPLESDIR%%/dnslist/dnslist.pl %%EXAMPLESDIR%%/dnslist/dnslist.tt2 %%EXAMPLESDIR%%/dynamic-dnsmasq/dynamic-dnsmasq.pl -@dirrm %%EXAMPLESDIR%%/dnslist -@dirrm %%EXAMPLESDIR%%/dynamic-dnsmasq -@dirrm %%EXAMPLESDIR%% -@dirrmtry %%DATADIR%% %%NLS%%share/locale/de/LC_MESSAGES/dnsmasq.mo %%NLS%%share/locale/es/LC_MESSAGES/dnsmasq.mo %%NLS%%share/locale/fi/LC_MESSAGES/dnsmasq.mo diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index a34819802aec..34bc5584b4be 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.71 -PORTREVISION= 2 +DISTVERSION= 2.72 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 7482641e4e48..4bf9065a7c94 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.71.tar.xz) = 4919fb572fed5c6205de1d384f8661c25c19358904c2e6265928e3a3e4bfffba -SIZE (dnsmasq-2.71.tar.xz) = 448380 +SHA256 (dnsmasq-2.72.tar.xz) = 7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1 +SIZE (dnsmasq-2.72.tar.xz) = 454048 diff --git a/dns/dnsmasq/pkg-plist b/dns/dnsmasq/pkg-plist index 611d5ac34224..f701f671ce37 100644 --- a/dns/dnsmasq/pkg-plist +++ b/dns/dnsmasq/pkg-plist @@ -8,10 +8,6 @@ man/man8/dnsmasq.8.gz %%EXAMPLESDIR%%/dnslist/dnslist.pl %%EXAMPLESDIR%%/dnslist/dnslist.tt2 %%EXAMPLESDIR%%/dynamic-dnsmasq/dynamic-dnsmasq.pl -@dirrm %%EXAMPLESDIR%%/dnslist -@dirrm %%EXAMPLESDIR%%/dynamic-dnsmasq -@dirrm %%EXAMPLESDIR%% -@dirrmtry %%DATADIR%% %%NLS%%share/locale/de/LC_MESSAGES/dnsmasq.mo %%NLS%%share/locale/es/LC_MESSAGES/dnsmasq.mo %%NLS%%share/locale/fi/LC_MESSAGES/dnsmasq.mo |