diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-07 12:10:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-07 12:10:52 +0000 |
commit | 02d0a303610850824ba513445a3deceeb7a77b7b (patch) | |
tree | 49435f8a05e05ea5f38fddd6bc993fe223d3fd19 /dns | |
parent | 2c193480b3abffba7efca13c58feae247870bd0b (diff) | |
download | ports-02d0a303610850824ba513445a3deceeb7a77b7b.tar.gz ports-02d0a303610850824ba513445a3deceeb7a77b7b.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns/Makefile | 9 | ||||
-rw-r--r-- | dns/powerdns/distinfo | 6 | ||||
-rw-r--r-- | dns/powerdns/pkg-plist | 12 |
3 files changed, 11 insertions, 16 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index ab97dc11071a..190860b4f7ac 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -6,8 +6,7 @@ # PORTNAME= powerdns -PORTVERSION= 2.9.21 -PORTREVISION= 1 +PORTVERSION= 2.9.21.1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -117,10 +116,6 @@ CXXFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= WITHOPENDBX="@comment " .endif -.if ${OSVERSION} < 500039 -USE_GCC=3.4 -.endif - .if defined(WITH_OPENLDAP) post-patch: ${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \ @@ -135,7 +130,7 @@ post-install: .if !exists(${PREFIX}/etc/pdns/pdns.conf) ${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf .endif -.if !defined(NOPORTDOCS) +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} .for i in pdns.conf tables-mssql_or_sybase.sql tables-mysql.sql tables-pgsql.sql tables-sqlite.sql ${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/ diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 9e0cb45f04d2..eda70b44948f 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -MD5 (pdns-2.9.21.tar.gz) = a0d650dd1489ed46b36dfcc1d73653af -SHA256 (pdns-2.9.21.tar.gz) = 4b24db683ba2217caa1edf54545841dcdfa6fd27b66017577d8b0dd54f8e7ed5 -SIZE (pdns-2.9.21.tar.gz) = 991071 +MD5 (pdns-2.9.21.1.tar.gz) = 27fd39029a80cb9c0bc3037420515d1a +SHA256 (pdns-2.9.21.1.tar.gz) = f87e818fbe135e2710b95d7e793e48010bfb7297231cea4101f58e4954077400 +SIZE (pdns-2.9.21.1.tar.gz) = 1002905 diff --git a/dns/powerdns/pkg-plist b/dns/powerdns/pkg-plist index 65cf6b7ac80e..44841f55800f 100644 --- a/dns/powerdns/pkg-plist +++ b/dns/powerdns/pkg-plist @@ -37,10 +37,10 @@ lib/libpipebackend.so.0 @unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi etc/pdns/pdns.conf-dist @exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/pdns.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/tables-mssql_or_sybase.sql -%%PORTDOCS%%%%EXAMPLESDIR%%/tables-mysql.sql -%%PORTDOCS%%%%EXAMPLESDIR%%/tables-pgsql.sql -%%PORTDOCS%%%%EXAMPLESDIR%%/tables-sqlite.sql -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pdns.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mssql_or_sybase.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mysql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-pgsql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-sqlite.sql +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry etc/pdns |