svn commit: r356246 - head/net/spread

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 2 18:57:56 UTC 2014


Author: rm
Date: Mon Jun  2 18:57:55 2014
New Revision: 356246
URL: http://svnweb.freebsd.org/changeset/ports/356246
QAT: https://qat.redports.org/buildarchive/r356246/

Log:
  net/spread: update MASTER_SITES and other changes
  
  - update MASTER_SITES
  - switch to tar.xz distribution [1]
  - use fixpacklist instead of manual fix [2]
  - strip shared libraries [2]
  - whitespace fix in pkg-plist
  - bump PORTREVISION because of STRIP_CMD
  
  [1] both tar.gz and tar.xz are identical
  [2] obtained from https://phabric.freebsd.org/D126
  
  PR:		190013
  Submitted by:	portmaster at bsdforge.com (maintainer)

Modified:
  head/net/spread/Makefile
  head/net/spread/distinfo
  head/net/spread/pkg-plist

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Mon Jun  2 18:46:56 2014	(r356245)
+++ head/net/spread/Makefile	Mon Jun  2 18:57:55 2014	(r356246)
@@ -3,9 +3,9 @@
 
 PORTNAME=	spread
 PORTVERSION=	3.17.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net perl5
-MASTER_SITES=	http://bsdforge.com/projects/source/apache2/
+MASTER_SITES=	http://bsdforge.com/projects/source/net/spread/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	portmaster at bsdforge.com
@@ -14,7 +14,8 @@ COMMENT=	The Spread Group Communication 
 MAKE_JOBS_UNSAFE=	yes
 
 GNU_CONFIGURE=	yes
-USES=		perl5
+USES=		perl5 tar:xz
+USE_PERL5=	build fixpacklist run
 USE_RC_SUBR=	spread
 USE_LDCONFIG=	yes
 
@@ -73,6 +74,8 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR}/LICENSE
 	${INSTALL} -m 750 -d ${STAGEDIR}${RUNDIR}
-	${SED} -i '' 's|^${STAGEDIR}||' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Spread/.packlist
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspread.so.1
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/auto/Spread/Spread.so
 
 .include <bsd.port.post.mk>

Modified: head/net/spread/distinfo
==============================================================================
--- head/net/spread/distinfo	Mon Jun  2 18:46:56 2014	(r356245)
+++ head/net/spread/distinfo	Mon Jun  2 18:57:55 2014	(r356246)
@@ -1,2 +1,2 @@
-SHA256 (spread-src-3.17.4.tar.gz) = 7ed2219c5aa64be40f1819577fc9393daa4ca297185fca38d9f4f3292906f324
-SIZE (spread-src-3.17.4.tar.gz) = 308271
+SHA256 (spread-src-3.17.4.tar.xz) = e872509217b82ff9dc14ba7766488d283b9f36aabeffc87449ac175c6fe8d53a
+SIZE (spread-src-3.17.4.tar.xz) = 230944

Modified: head/net/spread/pkg-plist
==============================================================================
--- head/net/spread/pkg-plist	Mon Jun  2 18:46:56 2014	(r356245)
+++ head/net/spread/pkg-plist	Mon Jun  2 18:57:55 2014	(r356246)
@@ -18,7 +18,7 @@ man/man1/spmonitor.1.gz
 man/man1/spread.1.gz
 man/man1/sptuser.1.gz
 man/man1/spuser.1.gz
-man/man3/libsp.3.gz 
+man/man3/libsp.3.gz
 man/man3/SP_connect.3.gz
 man/man3/SP_disconnect.3.gz
 man/man3/SP_equal_group_ids.3.gz


More information about the svn-ports-head mailing list