svn commit: r369281 - in head/dns: dnsmasq dnsmasq-devel
Matthias Andree
mandree at FreeBSD.org
Thu Sep 25 18:27:58 UTC 2014
Author: mandree
Date: Thu Sep 25 18:27:56 2014
New Revision: 369281
URL: http://svnweb.freebsd.org/changeset/ports/369281
QAT: https://qat.redports.org/buildarchive/r369281/
Log:
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
Modified:
head/dns/dnsmasq-devel/Makefile
head/dns/dnsmasq-devel/pkg-plist
head/dns/dnsmasq/Makefile
head/dns/dnsmasq/distinfo
head/dns/dnsmasq/pkg-plist
Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile Thu Sep 25 17:23:36 2014 (r369280)
+++ head/dns/dnsmasq-devel/Makefile Thu Sep 25 18:27:56 2014 (r369281)
@@ -12,6 +12,7 @@ COMMENT= Lightweight DNS forwarder, DHCP
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
Modified: head/dns/dnsmasq-devel/pkg-plist
==============================================================================
--- head/dns/dnsmasq-devel/pkg-plist Thu Sep 25 17:23:36 2014 (r369280)
+++ head/dns/dnsmasq-devel/pkg-plist Thu Sep 25 18:27:56 2014 (r369281)
@@ -8,10 +8,6 @@ man/man8/dnsmasq.8.gz
%%EXAMPLESDIR%%/dnslist/dnslist.pl
%%EXAMPLESDIR%%/dnslist/dnslist.tt2
%%EXAMPLESDIR%%/dynamic-dnsmasq/dynamic-dnsmasq.pl
- at dirrm %%EXAMPLESDIR%%/dnslist
- at dirrm %%EXAMPLESDIR%%/dynamic-dnsmasq
- at dirrm %%EXAMPLESDIR%%
- at 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
Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile Thu Sep 25 17:23:36 2014 (r369280)
+++ head/dns/dnsmasq/Makefile Thu Sep 25 18:27:56 2014 (r369281)
@@ -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/ \
Modified: head/dns/dnsmasq/distinfo
==============================================================================
--- head/dns/dnsmasq/distinfo Thu Sep 25 17:23:36 2014 (r369280)
+++ head/dns/dnsmasq/distinfo Thu Sep 25 18:27:56 2014 (r369281)
@@ -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
Modified: head/dns/dnsmasq/pkg-plist
==============================================================================
--- head/dns/dnsmasq/pkg-plist Thu Sep 25 17:23:36 2014 (r369280)
+++ head/dns/dnsmasq/pkg-plist Thu Sep 25 18:27:56 2014 (r369281)
@@ -8,10 +8,6 @@ man/man8/dnsmasq.8.gz
%%EXAMPLESDIR%%/dnslist/dnslist.pl
%%EXAMPLESDIR%%/dnslist/dnslist.tt2
%%EXAMPLESDIR%%/dynamic-dnsmasq/dynamic-dnsmasq.pl
- at dirrm %%EXAMPLESDIR%%/dnslist
- at dirrm %%EXAMPLESDIR%%/dynamic-dnsmasq
- at dirrm %%EXAMPLESDIR%%
- at 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
More information about the svn-ports-all
mailing list