svn commit: r387934 - head/sysutils/p5-Sys-Hostname-Long
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:25:21 UTC 2015
Author: amdmi3
Date: Sat May 30 12:25:20 2015
New Revision: 387934
URL: https://svnweb.freebsd.org/changeset/ports/387934
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/sysutils/p5-Sys-Hostname-Long/Makefile
Modified: head/sysutils/p5-Sys-Hostname-Long/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Hostname-Long/Makefile Sat May 30 12:25:01 2015 (r387933)
+++ head/sysutils/p5-Sys-Hostname-Long/Makefile Sat May 30 12:25:20 2015 (r387934)
@@ -3,6 +3,7 @@
PORTNAME= Sys-Hostname-Long
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tdb at FreeBSD.org
COMMENT= Try every conceivable way to get full hostname
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= testall.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list