diff options
author | novel <novel@FreeBSD.org> | 2006-08-03 22:46:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-03 22:46:24 +0800 |
commit | 7eee2df3db75dcaadcb0be857cc7479e4198e793 (patch) | |
tree | 430212b818ba1a8aa1280bb713580c2e8d412adb /www | |
parent | 3ee0a004b5c5398fff07b7f71dc5b2e8bc1deffb (diff) | |
download | freebsd-ports-gnome-7eee2df3db75dcaadcb0be857cc7479e4198e793.tar.gz freebsd-ports-gnome-7eee2df3db75dcaadcb0be857cc7479e4198e793.tar.zst freebsd-ports-gnome-7eee2df3db75dcaadcb0be857cc7479e4198e793.zip |
- Update to 0.82
- Marked as BROKEN on 4.x (compile problem reported to author)
- Added CONFIGURE_TARGET in Makefile
PR: 101300
Submitted by: Elisey Savateev (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/havp/Makefile | 11 | ||||
-rw-r--r-- | www/havp/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index ccb4a0126a3a..98a3bfd686f2 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= havp -PORTVERSION= 0.81 +PORTVERSION= 0.82 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -19,6 +19,7 @@ LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= havp +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} LOG_DIR= /var/log/havp TMP_DIR= /var/tmp/havp @@ -28,6 +29,12 @@ PLIST_SUB+= LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR} SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= this port does not compile on FreeBSD 4.x. +.endif + pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -40,4 +47,4 @@ post-install: @${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample @${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/havp/distinfo b/www/havp/distinfo index d094e83f7943..71cd8ed70fa4 100644 --- a/www/havp/distinfo +++ b/www/havp/distinfo @@ -1,3 +1,3 @@ -MD5 (havp-0.81.tar.gz) = 248a0020cca73ca8833e6e0090af4302 -SHA256 (havp-0.81.tar.gz) = ec1fe99858b79a9f440569ce353b2eba5bcba0920a092025d26df35d63941a77 -SIZE (havp-0.81.tar.gz) = 104299 +MD5 (havp-0.82.tar.gz) = 9e6a16b7d074782d1c62f1f7316e56ab +SHA256 (havp-0.82.tar.gz) = e2db8d3383cd8eca6a18ebee85875de895f3ac7414eab091a87f052d79a87b09 +SIZE (havp-0.82.tar.gz) = 105217 |