aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /security
parentaf4658fb56c22ab36db1f30588a3964e1d47d634 (diff)
downloadports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz
ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/aide/Makefile3
-rw-r--r--security/barnyard/Makefile3
-rw-r--r--security/gpgme03/Makefile4
-rw-r--r--security/gtkpasman/Makefile4
-rw-r--r--security/libotr/Makefile3
-rw-r--r--security/ncrypt/Makefile3
-rw-r--r--security/racoon2/Makefile4
-rw-r--r--security/samba-vscan/Makefile3
8 files changed, 16 insertions, 11 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index ded4ab39fb01..e5b3a956db48 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aide
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.cs.tut.fi/~rammer/
@@ -19,7 +20,7 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
USE_GMAKE= yes
USE_BISON= yes
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mhash \
--with-zlib \
diff --git a/security/barnyard/Makefile b/security/barnyard/Makefile
index 1738a0908049..08246b8fa412 100644
--- a/security/barnyard/Makefile
+++ b/security/barnyard/Makefile
@@ -7,6 +7,7 @@
PORTNAME= barnyard
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= barnyard
@@ -19,7 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort
OPTIONS= MYSQL "Enable MySQL support" off \
POSTGRESQL "Enable PostgreSQL support" off
-USE_AUTOTOOLS= autoheader:259 aclocal:19
+USE_AUTOTOOLS= autoheader:261 aclocal:19
USE_RC_SUBR= barnyard.sh
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index f1c0e0555854..d043c6bac016 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 0.3.16
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -20,7 +20,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth
LATEST_LINK= gpgme03
-USE_AUTOTOOLS= autoconf:259 libtool:15
+USE_AUTOTOOLS= autoconf:261 libtool:15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile
index 47006e735bbb..5fb145b77f30 100644
--- a/security/gtkpasman/Makefile
+++ b/security/gtkpasman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkpasman
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:259
+USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:261
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 0eb8f8e87932..5596fbaf862c 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libotr
PORTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.cypherpunks.ca/otr/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
@@ -19,7 +20,7 @@ COMMENT= The portable OTR Messaging Library and toolkit
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
gcrypt:${PORTSDIR}/security/libgcrypt
-USE_AUTOTOOLS= autoconf:259 libtool:15
+USE_AUTOTOOLS= autoconf:261 libtool:15
USE_LDCONFIG= yes
MAN1= otr_toolkit.1
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 87da39b40e9c..33f8b82b86b7 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ncrypt
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +17,7 @@ MAINTAINER= laszlof@FreeBSD.org
COMMENT= Advanced AES file encryption tool
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259
+USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261
PLIST_FILES= bin/ncrypt bin/nrm
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index 44899f801518..68a6bd4a3961 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= racoon2
PORTVERSION= 20070720a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
EXTRACT_SUFX= .tgz
@@ -18,7 +18,7 @@ COMMENT= Racoon2 IPsec daemon
USE_RC_SUBR= YES
USE_OPENSSL= YES
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
CONFIGURE_TARGET=
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile
index 18b161055a61..7fe1852a2e52 100644
--- a/security/samba-vscan/Makefile
+++ b/security/samba-vscan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= samba-vscan
PORTVERSION= 0.3.6c
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.openantivirus.org/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta4
@@ -30,7 +31,7 @@ OPTIONS= VSCAN_ANTIVIR "for use with AntiVir" off \
PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
VSCAN_SAMBA_PORT?= samba3
SAMBA_WRKSRC!= cd ${.CURDIR}/../../net/${VSCAN_SAMBA_PORT}; ${MAKE} -V WRKSRC
HAS_CONFIGURE= yes