svn commit: r357448 - head/security/libmcrypt

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 09:46:29 UTC 2014


Author: amdmi3
Date: Wed Jun 11 09:46:29 2014
New Revision: 357448
URL: http://svnweb.freebsd.org/changeset/ports/357448
QAT: https://qat.redports.org/buildarchive/r357448/

Log:
  - Switch to USES=libtool
  - Strip libraries

Modified:
  head/security/libmcrypt/Makefile

Modified: head/security/libmcrypt/Makefile
==============================================================================
--- head/security/libmcrypt/Makefile	Wed Jun 11 09:39:10 2014	(r357447)
+++ head/security/libmcrypt/Makefile	Wed Jun 11 09:46:29 2014	(r357448)
@@ -3,14 +3,17 @@
 
 PORTNAME=	libmcrypt
 PORTVERSION=	2.5.8
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/mcrypt/Libmcrypt/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multi-cipher cryptographic library (used in PHP)
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool:oldver
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list