diff options
author | wxs <wxs@FreeBSD.org> | 2010-09-26 23:10:59 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-09-26 23:10:59 +0800 |
commit | a5dd23c510996de4d22c36f38f6708bf66df0646 (patch) | |
tree | 4e0f69b81845aaf22d2577e50cedafd81f855821 /security | |
parent | 5ecd74a3a27f29735321f59870c19f9bb1388767 (diff) | |
download | freebsd-ports-gnome-a5dd23c510996de4d22c36f38f6708bf66df0646.tar.gz freebsd-ports-gnome-a5dd23c510996de4d22c36f38f6708bf66df0646.tar.zst freebsd-ports-gnome-a5dd23c510996de4d22c36f38f6708bf66df0646.zip |
Update to 5.4
PR: ports/150873
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/squidclamav/Makefile | 5 | ||||
-rw-r--r-- | security/squidclamav/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 3361377df04c..879954218238 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= squidclamav -PORTVERSION= 5.3 -PORTREVISION= 1 +PORTVERSION= 5.4 CATEGORIES= security MASTER_SITES= SF @@ -23,6 +22,7 @@ NO_LATEST_LINK= yes SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.dist +MAN1= ${PORTNAME}.1 post-configure: @${REINPLACE_CMD} -E 's|^(LDFLAGS = ).*|\1-L${LOCALBASE}/lib|' \ @@ -31,6 +31,7 @@ post-configure: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.dist + @${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1 @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/security/squidclamav/distinfo b/security/squidclamav/distinfo index 0fc3f380386d..8ab41e5577c2 100644 --- a/security/squidclamav/distinfo +++ b/security/squidclamav/distinfo @@ -1,3 +1,3 @@ -MD5 (squidclamav-5.3.tar.gz) = 39f4b98294782039840b2052eab543e2 -SHA256 (squidclamav-5.3.tar.gz) = 8a35d3de33fcb072fd0cc1e735108e92ac183f394a77596a461e6be0a2d1ad81 -SIZE (squidclamav-5.3.tar.gz) = 759760 +MD5 (squidclamav-5.4.tar.gz) = e2adab89b1d46ace78b4ec5200dd1285 +SHA256 (squidclamav-5.4.tar.gz) = f4979552494369c93d99cec0846e400588a5b17c01bcc1346b68dbfc8723e378 +SIZE (squidclamav-5.4.tar.gz) = 765313 |