Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 17:29:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368406 - in head: archivers/dact lang/mit-scheme net-mgmt/nsca net-mgmt/nsca27 security/libgringotts security/libmcrypt security/mcrypt security/p5-Mcrypt security/py-mcrypt security/s...
Message-ID:  <201409171729.s8HHTlu6068264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 17 17:29:47 2014
New Revision: 368406
URL: http://svnweb.freebsd.org/changeset/ports/368406
QAT: https://qat.redports.org/buildarchive/r368406/

Log:
  - Drop .la files for security/libmcrypt, no dependees require them
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/archivers/dact/Makefile
  head/lang/mit-scheme/Makefile
  head/net-mgmt/nsca/Makefile
  head/net-mgmt/nsca27/Makefile
  head/security/libgringotts/Makefile
  head/security/libmcrypt/Makefile
  head/security/libmcrypt/pkg-plist
  head/security/mcrypt/Makefile
  head/security/p5-Mcrypt/Makefile
  head/security/py-mcrypt/Makefile
  head/security/steghide/Makefile

Modified: head/archivers/dact/Makefile
==============================================================================
--- head/archivers/dact/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/archivers/dact/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dact
 PORTVERSION=	0.8.42
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.rkeene.org/files/oss/dact/release/
 

Modified: head/lang/mit-scheme/Makefile
==============================================================================
--- head/lang/mit-scheme/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/lang/mit-scheme/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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}

Modified: head/net-mgmt/nsca/Makefile
==============================================================================
--- head/net-mgmt/nsca/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/net-mgmt/nsca/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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}
 

Modified: head/net-mgmt/nsca27/Makefile
==============================================================================
--- head/net-mgmt/nsca27/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/net-mgmt/nsca27/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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}
 

Modified: head/security/libgringotts/Makefile
==============================================================================
--- head/security/libgringotts/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/libgringotts/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgringotts
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	BERLIOS/gringotts
 

Modified: head/security/libmcrypt/Makefile
==============================================================================
--- head/security/libmcrypt/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/libmcrypt/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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>

Modified: head/security/libmcrypt/pkg-plist
==============================================================================
--- head/security/libmcrypt/pkg-plist	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/libmcrypt/pkg-plist	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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

Modified: head/security/mcrypt/Makefile
==============================================================================
--- head/security/mcrypt/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/mcrypt/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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/ \

Modified: head/security/p5-Mcrypt/Makefile
==============================================================================
--- head/security/p5-Mcrypt/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/p5-Mcrypt/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Mcrypt
 PORTVERSION=	2.5.7.0
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JESUS

Modified: head/security/py-mcrypt/Makefile
==============================================================================
--- head/security/py-mcrypt/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/py-mcrypt/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mcrypt
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	SF/python-${PORTNAME}/OldFiles
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/steghide/Makefile
==============================================================================
--- head/security/steghide/Makefile	Wed Sep 17 17:20:48 2014	(r368405)
+++ head/security/steghide/Makefile	Wed Sep 17 17:29:47 2014	(r368406)
@@ -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/}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171729.s8HHTlu6068264>