svn commit: r332414 - head/finance/vanitygen

Ryan Steinmetz zi at FreeBSD.org
Fri Nov 1 21:52:47 UTC 2013


Author: zi
Date: Fri Nov  1 21:52:46 2013
New Revision: 332414
URL: http://svnweb.freebsd.org/changeset/ports/332414

Log:
  - Fix LIB_DEPENDS style
  - COMMENTs should not start with 'A' or 'An'
  - Eliminate unneeded LDFLAGS
  
  Reported by:	Boris Samorodov <bsam at passap.ru>

Modified:
  head/finance/vanitygen/Makefile

Modified: head/finance/vanitygen/Makefile
==============================================================================
--- head/finance/vanitygen/Makefile	Fri Nov  1 21:52:15 2013	(r332413)
+++ head/finance/vanitygen/Makefile	Fri Nov  1 21:52:46 2013	(r332414)
@@ -8,17 +8,17 @@ MASTER_SITES=	https://github.com/${GH_AC
 DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A standalone vanity address generator for bitcoin
+COMMENT=	Standalone vanity address generator for bitcoin
 
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	samr7
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	20130402
-LDFLAGS+=	-L${LOCALBASE}/lib
 PLIST_FILES=	bin/keyconv bin/vanitygen
+
 NO_STAGE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-all mailing list