diff options
author | jgh <jgh@FreeBSD.org> | 2014-02-11 00:12:18 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-02-11 00:12:18 +0800 |
commit | b0e2fee4b60cf0fcde4f675cafbc1e1cdec02045 (patch) | |
tree | 9dc0c7dcd2462d9da56350263abb68e6c2444852 /net/htpdate | |
parent | b8faee1dada1d92aa16264fb00e0c51f2c178315 (diff) | |
download | freebsd-ports-gnome-b0e2fee4b60cf0fcde4f675cafbc1e1cdec02045.tar.gz freebsd-ports-gnome-b0e2fee4b60cf0fcde4f675cafbc1e1cdec02045.tar.zst freebsd-ports-gnome-b0e2fee4b60cf0fcde4f675cafbc1e1cdec02045.zip |
- update to 1.1.0
Diffstat (limited to 'net/htpdate')
-rw-r--r-- | net/htpdate/Makefile | 8 | ||||
-rw-r--r-- | net/htpdate/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile index 2d85fce37aef..34d521672c34 100644 --- a/net/htpdate/Makefile +++ b/net/htpdate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htpdate -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.vervest.org/htp/archive/c/ \ http://twekkel.home.xs4all.nl/htp/ @@ -22,16 +22,12 @@ USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> diff --git a/net/htpdate/distinfo b/net/htpdate/distinfo index 8a8a1953035b..b8a85fd96829 100644 --- a/net/htpdate/distinfo +++ b/net/htpdate/distinfo @@ -1,2 +1,2 @@ -SHA256 (htpdate-1.0.7.tar.bz2) = 8058ef726c4790cbd0e98962826e40bd9862e80791094090707a6d30f84a7f96 -SIZE (htpdate-1.0.7.tar.bz2) = 16589 +SHA256 (htpdate-1.1.0.tar.bz2) = e80e0b4e50d118143533041245b9fffe090237493ac085381bf53db6830b4588 +SIZE (htpdate-1.1.0.tar.bz2) = 12585 |