svn commit: r351836 - head/net/p5-Net-Amazon-S3

Ryan Steinmetz zi at FreeBSD.org
Tue Apr 22 13:57:10 UTC 2014


Author: zi
Date: Tue Apr 22 13:57:09 2014
New Revision: 351836
URL: http://svnweb.freebsd.org/changeset/ports/351836
QAT: https://qat.redports.org/buildarchive/r351836/

Log:
  - Clean up *.orig files before build
  - Bump PORTREVISION

Modified:
  head/net/p5-Net-Amazon-S3/Makefile

Modified: head/net/p5-Net-Amazon-S3/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-S3/Makefile	Tue Apr 22 13:54:42 2014	(r351835)
+++ head/net/p5-Net-Amazon-S3/Makefile	Tue Apr 22 13:57:09 2014	(r351836)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-Amazon-S3
 PORTVERSION=	0.59
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -36,7 +36,7 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-pre-install:
+pre-build:
 	@${FIND} ${WRKSRC} -name \*.orig -delete
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list