svn commit: r353661 - head/security/ssss

Johan van Selst johans at FreeBSD.org
Sun May 11 09:37:32 UTC 2014


Author: johans
Date: Sun May 11 09:37:31 2014
New Revision: 353661
URL: http://svnweb.freebsd.org/changeset/ports/353661
QAT: https://qat.redports.org/buildarchive/r353661/

Log:
  - Adopt port
  - Stagify

Modified:
  head/security/ssss/Makefile

Modified: head/security/ssss/Makefile
==============================================================================
--- head/security/ssss/Makefile	Sun May 11 09:26:41 2014	(r353660)
+++ head/security/ssss/Makefile	Sun May 11 09:37:31 2014	(r353661)
@@ -3,18 +3,18 @@
 
 PORTNAME=	ssss
 PORTVERSION=	0.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	http://point-at-infinity.org/ssss/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Shamir's Secret Sharing Scheme
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
-PLIST_FILES=	bin/ssss-combine bin/ssss-split
+PLIST_FILES=	bin/ssss-combine bin/ssss-split man/man1/ssss.1.gz
 
-MAN1=		ssss.1
+post-patch:
+	${REINPLACE_CMD} 's,(DESTDIR),&$$(PREFIX),' ${WRKSRC}/Makefile
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list