svn commit: r302636 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Thu Aug 16 14:28:14 UTC 2012


Author: pawel
Date: Thu Aug 16 14:28:13 2012
New Revision: 302636
URL: http://svn.freebsd.org/changeset/ports/302636

Log:
  - Update to version 4.2.35
  - Port needs USE_PKGCONFIG=build
  - Shorten REINPLACE_CMD

Modified:
  head/net/yaz/Makefile
  head/net/yaz/distinfo

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Thu Aug 16 13:05:15 2012	(r302635)
+++ head/net/yaz/Makefile	Thu Aug 16 14:28:13 2012	(r302636)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yaz
-PORTVERSION=	4.2.34
+PORTVERSION=	4.2.35
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
@@ -18,6 +18,7 @@ LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu
 USE_ICONV=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 USE_GNOME=	libxml2 libxslt gnomehack
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
@@ -40,8 +41,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extrapatch-d
 .endif
 
 post-configure:
-	@cd ${WRKSRC}/doc && \
-		${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
-		Makefile
+	${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
+		${WRKSRC}/doc/Makefile
 
 .include <bsd.port.mk>

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Thu Aug 16 13:05:15 2012	(r302635)
+++ head/net/yaz/distinfo	Thu Aug 16 14:28:13 2012	(r302636)
@@ -1,2 +1,2 @@
-SHA256 (yaz-4.2.34.tar.gz) = f6e6bcf8b65053acb8156c55f6344c302bf2edc604669142ef6e412dabbb59fa
-SIZE (yaz-4.2.34.tar.gz) = 2409821
+SHA256 (yaz-4.2.35.tar.gz) = a79aa83b97cde981a50b31dcfbbee2ba646b19baea0717f0bad1e87f0cf2806d
+SIZE (yaz-4.2.35.tar.gz) = 2414360



More information about the svn-ports-head mailing list