diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-25 15:27:28 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-25 15:27:28 +0000 |
commit | f7af0859d1dd3ce87df926602aab6f1bb7462d7a (patch) | |
tree | e08e71cf1f559b8d6871af80ae3b21b6244ce8c3 /dns/dnscrypt-proxy | |
parent | 3d011e716264fa17cc9eab55275bdfcc6ab54a48 (diff) | |
download | ports-f7af0859d1dd3ce87df926602aab6f1bb7462d7a.tar.gz ports-f7af0859d1dd3ce87df926602aab6f1bb7462d7a.zip |
Notes
Diffstat (limited to 'dns/dnscrypt-proxy')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 21 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/distinfo | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-plist | 2 |
3 files changed, 9 insertions, 18 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index e7bf0b995fe9..fcb260029889 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTVERSION= 1.3.3 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -21,26 +20,16 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} -MAN8= dnscrypt-proxy.8 hostip.8 - PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ README-PLUGINS.markdown README-WINDOWS.markdown \ README.markdown TECHNOTES THANKS OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - -pre-install: - ${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/ - ${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/ - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif - @${CAT} ${WRKDIR}/pkg-message + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include <bsd.port.mk> diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 0d8bf56fa8d4..e6a052a8fee7 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.3.2.tar.gz) = 27050015b9910b5a9b0249dc8fc2c5257b7cedb78c1da172d5f004d308445f7b -SIZE (dnscrypt-proxy-1.3.2.tar.gz) = 1573287 +SHA256 (dnscrypt-proxy-1.3.3.tar.gz) = c36ba6c3277d3438986af1e8d12adf7d35544b56d1747fa93a50b4d72ebf3e4a +SIZE (dnscrypt-proxy-1.3.3.tar.gz) = 1576428 diff --git a/dns/dnscrypt-proxy/pkg-plist b/dns/dnscrypt-proxy/pkg-plist index 79f9a1010a80..40312dbd9430 100644 --- a/dns/dnscrypt-proxy/pkg-plist +++ b/dns/dnscrypt-proxy/pkg-plist @@ -1,3 +1,5 @@ @stopdaemon dnscrypt-proxy +man/man8/dnscrypt-proxy.8.gz +man/man8/hostip.8.gz sbin/dnscrypt-proxy bin/hostip |