aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-17 17:29:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-17 17:29:47 +0000
commitc5f60a645f28824b5725745921479ad39c0bd269 (patch)
treeb3ca2e9f347941f4138078adbf6182d1b0a450f1
parent4da9186ca97366f002e064377949170b3c843610 (diff)
downloadports-c5f60a645f28824b5725745921479ad39c0bd269.tar.gz
ports-c5f60a645f28824b5725745921479ad39c0bd269.zip
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=368406
-rw-r--r--archivers/dact/Makefile1
-rw-r--r--lang/mit-scheme/Makefile1
-rw-r--r--net-mgmt/nsca/Makefile2
-rw-r--r--net-mgmt/nsca27/Makefile2
-rw-r--r--security/libgringotts/Makefile2
-rw-r--r--security/libmcrypt/Makefile4
-rw-r--r--security/libmcrypt/pkg-plist4
-rw-r--r--security/mcrypt/Makefile2
-rw-r--r--security/p5-Mcrypt/Makefile1
-rw-r--r--security/py-mcrypt/Makefile1
-rw-r--r--security/steghide/Makefile2
11 files changed, 13 insertions, 9 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 9f407722ccd2..86ce6e6fb393 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dact
PORTVERSION= 0.8.42
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile
index 2da3f029de52..3ed12a286744 100644
--- a/lang/mit-scheme/Makefile
+++ b/lang/mit-scheme/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mit-scheme
PORTVERSION= 9.2
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mit-scheme/stable.pkg/${PORTVERSION}
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile
index 6b7626fce2a2..e53dc8b6f398 100644
--- a/net-mgmt/nsca/Makefile
+++ b/net-mgmt/nsca/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nsca
PORTVERSION= 2.9.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION}
diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile
index d439b4ea79ab..695deed8b63e 100644
--- a/net-mgmt/nsca27/Makefile
+++ b/net-mgmt/nsca27/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nsca
PORTVERSION= 2.7.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-mgmt
MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION}
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile
index 5427b9118c89..a32db61b9b2d 100644
--- a/security/libgringotts/Makefile
+++ b/security/libgringotts/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgringotts
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= BERLIOS/gringotts
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 107b03059e28..93d755b4a8ac 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libmcrypt
PORTVERSION= 2.5.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
@@ -16,6 +16,6 @@ CONFIGURE_ARGS= --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USES= libtool:oldver
+USES= libtool
.include <bsd.port.mk>
diff --git a/security/libmcrypt/pkg-plist b/security/libmcrypt/pkg-plist
index b8f22e31ce78..aa170fd84794 100644
--- a/security/libmcrypt/pkg-plist
+++ b/security/libmcrypt/pkg-plist
@@ -2,9 +2,9 @@ bin/libmcrypt-config
include/mcrypt.h
include/mutils/mcrypt.h
lib/libmcrypt.a
-lib/libmcrypt.la
lib/libmcrypt.so
-lib/libmcrypt.so.8
+lib/libmcrypt.so.4
+lib/libmcrypt.so.4.4.8
@exec mkdir -p %D/lib/libmcrypt
man/man3/mcrypt.3.gz
share/aclocal/libmcrypt.m4
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 5004c06370f3..9e88a89e860e 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mcrypt
PORTVERSION= 2.6.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/MCrypt/${PORTVERSION} \
ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \
diff --git a/security/p5-Mcrypt/Makefile b/security/p5-Mcrypt/Makefile
index c7c7834b89bc..d87699711a2b 100644
--- a/security/p5-Mcrypt/Makefile
+++ b/security/p5-Mcrypt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Mcrypt
PORTVERSION= 2.5.7.0
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JESUS
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile
index 04ca083cc2b5..3ca1a9a925dc 100644
--- a/security/py-mcrypt/Makefile
+++ b/security/py-mcrypt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mcrypt
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= SF/python-${PORTNAME}/OldFiles
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index f781f900439f..cc994bdc077d 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -3,7 +3,7 @@
PORTNAME= steghide
PORTVERSION= 0.5.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}