diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-11 00:18:49 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-11 00:18:49 +0800 |
commit | 8abcfb3c765c6f316b1fb5ec82739fe8c49c7a70 (patch) | |
tree | 1bc5f1e94d67c4f2d53da444fa4cbfc2709c5e0b | |
parent | cb8707e715349ad61c8319c60c4d48e070aef86c (diff) | |
download | freebsd-ports-gnome-8abcfb3c765c6f316b1fb5ec82739fe8c49c7a70.tar.gz freebsd-ports-gnome-8abcfb3c765c6f316b1fb5ec82739fe8c49c7a70.tar.zst freebsd-ports-gnome-8abcfb3c765c6f316b1fb5ec82739fe8c49c7a70.zip |
PR: 53119
Submitted by: Vadim Kurland <vadim@vk.crocodile.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fixed libfwbuilder's dependency and bump PORTREVISION[1].
Switch maitainership to Vadim Kurland <vadim@vk.crocodile.org>, who
is the developer of fwbuilder (approved by original maintainer)[2].
[1]: also noticed by kris@
[2]: most parts of patch were from PR/53119, small adjustment was made by
me and reviewed by Vadim.
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 15 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 15 | ||||
-rw-r--r-- | security/libfwbuilder2/Makefile | 15 |
3 files changed, 15 insertions, 30 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index adc2410caed1..e58cea4996fe 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -6,28 +6,23 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder -MAINTAINER= devnull@uptsoft.com +MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake + aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ - isc.1:${PORTSDIR}/net/bind9 - -.if !defined(USE_OPENSSL) -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -.endif + crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh -CONFIGURE_ARGS= - +#CONFIGURE_ARGS= USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index adc2410caed1..e58cea4996fe 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,28 +6,23 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder -MAINTAINER= devnull@uptsoft.com +MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake + aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ - isc.1:${PORTSDIR}/net/bind9 - -.if !defined(USE_OPENSSL) -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -.endif + crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh -CONFIGURE_ARGS= - +#CONFIGURE_ARGS= USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index adc2410caed1..e58cea4996fe 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,28 +6,23 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder -MAINTAINER= devnull@uptsoft.com +MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake + aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ - isc.1:${PORTSDIR}/net/bind9 - -.if !defined(USE_OPENSSL) -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -.endif + crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh -CONFIGURE_ARGS= - +#CONFIGURE_ARGS= USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes |