svn commit: r323713 - head/net/p5-Net-SNPP

Andrej Zverev az at FreeBSD.org
Fri Jul 26 11:22:08 UTC 2013


Author: az
Date: Fri Jul 26 11:22:07 2013
New Revision: 323713
URL: http://svnweb.freebsd.org/changeset/ports/323713

Log:
  - Fix leftovers

Modified:
  head/net/p5-Net-SNPP/Makefile

Modified: head/net/p5-Net-SNPP/Makefile
==============================================================================
--- head/net/p5-Net-SNPP/Makefile	Fri Jul 26 11:06:44 2013	(r323712)
+++ head/net/p5-Net-SNPP/Makefile	Fri Jul 26 11:22:07 2013	(r323713)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-SNPP
 PORTVERSION=	1.17
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,5 +19,6 @@ MAN3=		Net::SNPP.3 \
 post-patch:
 	@${REINPLACE_CMD} -i '' -e '/warnings/d' \
 		${WRKSRC}/lib/Net/SNPP/Server.pm
+	@${RM} ${WRKSRC}/lib/Net/SNPP/Server.pm.orig
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list