Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 09:37:31 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353661 - head/security/ssss
Message-ID:  <201405110937.s4B9bV9Y075872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	johans@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>



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