svn commit: r356754 - head/security/steghide

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 6 09:26:10 UTC 2014


Author: amdmi3
Date: Fri Jun  6 09:26:09 2014
New Revision: 356754
URL: http://svnweb.freebsd.org/changeset/ports/356754
QAT: https://qat.redports.org/buildarchive/r356754/

Log:
  - Use new LIB_DEPENDS syntax
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/security/steghide/Makefile

Modified: head/security/steghide/Makefile
==============================================================================
--- head/security/steghide/Makefile	Fri Jun  6 09:24:06 2014	(r356753)
+++ head/security/steghide/Makefile	Fri Jun  6 09:26:09 2014	(r356754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	steghide
 PORTVERSION=	0.5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/}
@@ -11,14 +11,15 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Steganography tool to hide data in binary files
 
-LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt \
-		mhash.2:${PORTSDIR}/security/mhash
+LIB_DEPENDS=	libmcrypt.so:${PORTSDIR}/security/libmcrypt \
+		libmhash.so:${PORTSDIR}/security/mhash
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext perl5 gmake
-USE_AUTOTOOLS=	libtool
+USES=		gettext perl5 gmake libtool
+USE_AUTOTOOLS=	libtoolize
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
 CPPFLAGS+=	${CFLAGS} -I${LOCALBASE}/include -fpermissive
 


More information about the svn-ports-head mailing list