svn commit: r360509 - head/net-mgmt/2ping
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jul 4 02:48:08 UTC 2014
Author: sunpoet
Date: Fri Jul 4 02:48:08 2014
New Revision: 360509
URL: http://svnweb.freebsd.org/changeset/ports/360509
QAT: https://qat.redports.org/buildarchive/r360509/
Log:
- Add my LOCAL to MASTER_SITES
- Cosmetic change
Modified:
head/net-mgmt/2ping/Makefile
Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile Fri Jul 4 02:08:40 2014 (r360508)
+++ head/net-mgmt/2ping/Makefile Fri Jul 4 02:48:08 2014 (r360509)
@@ -4,7 +4,8 @@ PORTNAME= 2ping
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
-MASTER_SITES= http://www.finnie.org/software/2ping/
+MASTER_SITES= http://www.finnie.org/software/2ping/ \
+ LOCAL/sunpoet
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Bi-directional ping utility
@@ -15,12 +16,13 @@ BUILD_DEPENDS= p5-Digest-CRC>=0:${PORTSD
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
-PLIST_FILES= bin/2ping man/man1/2ping.1.gz
+PLIST_FILES= bin/2ping \
+ man/man1/2ping.1.gz
-post-extract:
- @${REINPLACE_CMD} -e 's/2ping.1p/2ping.1/' ${WRKSRC}/Makefile.PL
+post-patch:
+ @${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list