svn commit: r308276 - head/devel/valgrind
Bryan Drewery
bdrewery at FreeBSD.org
Tue Dec 4 21:22:33 UTC 2012
Author: bdrewery
Date: Tue Dec 4 21:22:32 2012
New Revision: 308276
URL: http://svnweb.freebsd.org/changeset/ports/308276
Log:
- Add an extra mirror
- Remove ABI version from LIB_DEPENDS
- Remove indefinite article from COMMENT
Feature safe: yes
Modified:
head/devel/valgrind/Makefile
Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile Tue Dec 4 21:18:46 2012 (r308275)
+++ head/devel/valgrind/Makefile Tue Dec 4 21:22:32 2012 (r308276)
@@ -7,13 +7,14 @@ PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/:dist \
+ http://mirror.shatow.net/freebsd/${PORTNAME}/:dist \
http://mirror.shatow.net/freebsd/${PORTNAME}/:manpages
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-3
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:dist \
${DISTNAME}-manpages${EXTRACT_SUFX}:manpages
MAINTAINER= bdrewery at FreeBSD.org
-COMMENT= A (memory) debugging and profiling tool
+COMMENT= Memory debugging and profiling tool
CONFLICTS= valgrind-snapshot-[0-9]*
@@ -41,7 +42,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMPI}
-LIB_DEPENDS+= mpich.2:${PORTSDIR}/net/mpich2
+LIB_DEPENDS+= mpich:${PORTSDIR}/net/mpich2
PLIST_SUB+= MPI=""
.else
PLIST_SUB+= MPI="@comment "
More information about the svn-ports-head
mailing list