svn commit: r329897 - in head: . devel devel/valgrind devel/valgrind-devel devel/valgrind-snapshot
Bryan Drewery
bdrewery at FreeBSD.org
Wed Oct 9 13:23:20 UTC 2013
Author: bdrewery
Date: Wed Oct 9 13:23:18 2013
New Revision: 329897
URL: http://svnweb.freebsd.org/changeset/ports/329897
Log:
- Rename devel/valgrind-snapshot to devel/valgrind-devel to follow port
naming conventions
- Convert to staging
Added:
head/devel/valgrind-devel/
- copied from r329837, head/devel/valgrind-snapshot/
Deleted:
head/devel/valgrind-snapshot/
Modified:
head/MOVED
head/devel/Makefile
head/devel/valgrind-devel/Makefile
head/devel/valgrind-devel/pkg-plist
head/devel/valgrind/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Wed Oct 9 13:10:50 2013 (r329896)
+++ head/MOVED Wed Oct 9 13:23:18 2013 (r329897)
@@ -5025,3 +5025,4 @@ devel/linux-f10-libglade|devel/linux-f10
textproc/linux-f10-libxml|textproc/linux-f10-libxml2|2013-10-07|Unused
www/moodle23||2013-10-08|Has expired: Unmaintained upstream
sysutils/easypbi||2013-10-08|Obsolete: Use sysutils/pcbsd-utils-qt4 instead
+devel/valgrind-snapshot|devel/valgrind-devel|2013-10-09|Rename to -devel to follow port naming conventions
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Oct 9 13:10:50 2013 (r329896)
+++ head/devel/Makefile Wed Oct 9 13:23:18 2013 (r329897)
@@ -4444,7 +4444,7 @@
SUBDIR += ustl
SUBDIR += uthash
SUBDIR += valgrind
- SUBDIR += valgrind-snapshot
+ SUBDIR += valgrind-devel
SUBDIR += valide
SUBDIR += varconf
SUBDIR += vera++
Modified: head/devel/valgrind-devel/Makefile
==============================================================================
--- head/devel/valgrind-snapshot/Makefile Tue Oct 8 21:06:26 2013 (r329837)
+++ head/devel/valgrind-devel/Makefile Wed Oct 9 13:23:18 2013 (r329897)
@@ -7,7 +7,7 @@ PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://cdn.bitbucket.org/stass/valgrind-freebsd/downloads/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/
-PKGNAMESUFFIX= -snapshot
+PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
MAINTAINER= bdrewery at FreeBSD.org
@@ -16,16 +16,9 @@ COMMENT= Memory debugging and profiling
LICENSE= GPLv2
CONFLICTS= valgrind-[0-9]*
-LATEST_LINK= valgrind-snapshot
ONLY_FOR_ARCHS= i386 amd64
-MAN1= callgrind_control.1 \
- callgrind_annotate.1 \
- valgrind.1 \
- ms_print.1 \
- cg_annotate.1
-
LIB32_PATH?= ${DESTDIR}/usr/lib32/libc.so
OPTIONS_DEFINE= MPI
@@ -44,7 +37,6 @@ USES= pathfix pkgconfig gmake perl5
USE_PERL5= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-NO_STAGE= yes
PORTDOCS= html
Modified: head/devel/valgrind-devel/pkg-plist
==============================================================================
--- head/devel/valgrind-snapshot/pkg-plist Tue Oct 8 21:06:26 2013 (r329837)
+++ head/devel/valgrind-devel/pkg-plist Wed Oct 9 13:23:18 2013 (r329897)
@@ -224,6 +224,11 @@ lib/valgrind/powerpc-altivec64l.xml
%%X86%%lib/valgrind/vgpreload_memcheck-x86-freebsd.so
%%MPI%%lib/valgrind/libmpiwrap-%%ARCH%%-freebsd.so
libdata/pkgconfig/valgrind.pc
+man/man1/callgrind_annotate.1.gz
+man/man1/callgrind_control.1.gz
+man/man1/cg_annotate.1.gz
+man/man1/ms_print.1.gz
+man/man1/valgrind.1.gz
@dirrm lib/valgrind
@dirrm include/valgrind/vki
@dirrm include/valgrind
Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile Wed Oct 9 13:10:50 2013 (r329896)
+++ head/devel/valgrind/Makefile Wed Oct 9 13:23:18 2013 (r329897)
@@ -14,7 +14,7 @@ COMMENT= Memory debugging and profiling
LICENSE= GPLv2
-CONFLICTS= valgrind-snapshot-[0-9]*
+CONFLICTS= valgrind-devel-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
More information about the svn-ports-all
mailing list