svn commit: r320242 - head/devel/valgrind

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 8 11:42:02 UTC 2013


Author: bdrewery
Date: Sat Jun  8 11:42:01 2013
New Revision: 320242
URL: http://svnweb.freebsd.org/changeset/ports/320242

Log:
  - Update to 3.8.1
  
  Tested by:	Yuri <yuri at rawbw.com>
  Obtained from:	https://bitbucket.org/stass/valgrind-freebsd

Modified:
  head/devel/valgrind/Makefile
  head/devel/valgrind/distinfo
  head/devel/valgrind/pkg-plist

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Sat Jun  8 11:28:15 2013	(r320241)
+++ head/devel/valgrind/Makefile	Sat Jun  8 11:42:01 2013	(r320242)
@@ -2,16 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	valgrind
-PORTVERSION=	3.8.0
+PORTVERSION=	3.8.1
 PORTEPOCH=	1
-PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://cdn.bitbucket.org/stass/valgrind-freebsd/downloads/:dist \
-		http://mirror.shatow.net/freebsd/${PORTNAME}/:dist \
-		http://mirror.shatow.net/freebsd/${PORTNAME}/:manpages
+MASTER_SITES=	http://cdn.bitbucket.org/stass/valgrind-freebsd/downloads/ \
+		http://mirror.shatow.net/freebsd/${PORTNAME}/
 DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:dist \
-		${DISTNAME}-manpages${EXTRACT_SUFX}:manpages
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	Memory debugging and profiling tool
@@ -38,6 +35,8 @@ USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+PORTDOCS=	html
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 .include <bsd.port.options.mk>
@@ -49,12 +48,6 @@ PLIST_SUB+=	MPI=""
 PLIST_SUB+=	MPI="@comment "
 .endif
 
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-libsupc++
-
-post-install:
-	(cd ${WRKDIR}/valgrind-manpages/ && ${COPYTREE_SHARE} \* ${MANPREFIX}/man/man1)
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
@@ -70,4 +63,9 @@ PLIST_SUB+=	X86="" ARCH=x86
 PLIST_SUB+=	AMD64="@comment "
 .endif
 
+.if !${PORT_OPTIONS:MDOCS}
+post-patch:
+	@${RM} -rf ${WRKSRC}/docs/html
+.endif
+
 .include <bsd.port.post.mk>

Modified: head/devel/valgrind/distinfo
==============================================================================
--- head/devel/valgrind/distinfo	Sat Jun  8 11:28:15 2013	(r320241)
+++ head/devel/valgrind/distinfo	Sat Jun  8 11:42:01 2013	(r320242)
@@ -1,4 +1,2 @@
-SHA256 (valgrind-freebsd-3.8.0.tar.bz2) = 0edf104f87f97712af0adab032c91c525c8d6e9e7b5f824f88f06a3f28249756
-SIZE (valgrind-freebsd-3.8.0.tar.bz2) = 7238044
-SHA256 (valgrind-freebsd-3.8.0-manpages.tar.bz2) = aeb586be19bafd583dd9faf5d616e574ee3ef13263ef886e4a3978d5542faf58
-SIZE (valgrind-freebsd-3.8.0-manpages.tar.bz2) = 23899
+SHA256 (valgrind-freebsd-3.8.1.tar.bz2) = d4d9a0c6a8581cd04f4091ce9e15ce307f364210c4ea4cd38d568a8df7527871
+SIZE (valgrind-freebsd-3.8.1.tar.bz2) = 6289247

Modified: head/devel/valgrind/pkg-plist
==============================================================================
--- head/devel/valgrind/pkg-plist	Sat Jun  8 11:28:15 2013	(r320241)
+++ head/devel/valgrind/pkg-plist	Sat Jun  8 11:42:01 2013	(r320242)
@@ -71,6 +71,8 @@ include/valgrind/vki/vki-arm-linux.h
 include/valgrind/vki/vki-darwin.h
 include/valgrind/vki/vki-freebsd.h
 include/valgrind/vki/vki-linux.h
+include/valgrind/vki/vki-machine-types-amd64-freebsd.h
+include/valgrind/vki/vki-machine-types-x86-freebsd.h
 include/valgrind/vki/vki-mips32-linux.h
 include/valgrind/vki/vki-posixtypes-amd64-linux.h
 include/valgrind/vki/vki-posixtypes-arm-linux.h


More information about the svn-ports-all mailing list