Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 13:27:48 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319987 - in head/devel/valgrind-snapshot: . files
Message-ID:  <201306051327.r55DRm4K097734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Jun  5 13:27:47 2013
New Revision: 319987
URL: http://svnweb.freebsd.org/changeset/ports/319987

Log:
  Update to 3.8.1

Deleted:
  head/devel/valgrind-snapshot/files/
Modified:
  head/devel/valgrind-snapshot/Makefile
  head/devel/valgrind-snapshot/distinfo
  head/devel/valgrind-snapshot/pkg-plist

Modified: head/devel/valgrind-snapshot/Makefile
==============================================================================
--- head/devel/valgrind-snapshot/Makefile	Wed Jun  5 12:51:05 2013	(r319986)
+++ head/devel/valgrind-snapshot/Makefile	Wed Jun  5 13:27:47 2013	(r319987)
@@ -2,17 +2,14 @@
 # $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
+		http://mirror.shatow.net/freebsd/${PORTNAME}/:dist
 PKGNAMESUFFIX=	-snapshot
 DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:dist \
-		${DISTNAME}-manpages${EXTRACT_SUFX}:manpages
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:dist
 
 MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	Memory debugging and profiling tool
@@ -40,6 +37,8 @@ USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+PORTDOCS=	html
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 .include <bsd.port.options.mk>
@@ -51,11 +50,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)
-
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
@@ -71,4 +65,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-snapshot/distinfo
==============================================================================
--- head/devel/valgrind-snapshot/distinfo	Wed Jun  5 12:51:05 2013	(r319986)
+++ head/devel/valgrind-snapshot/distinfo	Wed Jun  5 13:27:47 2013	(r319987)
@@ -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-snapshot/pkg-plist
==============================================================================
--- head/devel/valgrind-snapshot/pkg-plist	Wed Jun  5 12:51:05 2013	(r319986)
+++ head/devel/valgrind-snapshot/pkg-plist	Wed Jun  5 13:27:47 2013	(r319987)
@@ -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



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