[Midnightbsd-cvs] mports [24791] trunk/net-mgmt: add php 7.1 port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 15 19:16:54 EST 2019


Revision: 24791
          http://svnweb.midnightbsd.org/mports/?rev=24791
Author:   laffer1
Date:     2019-01-15 19:16:54 -0500 (Tue, 15 Jan 2019)
Log Message:
-----------
add php 7.1 port

Modified Paths:
--------------
    trunk/net-mgmt/Makefile

Added Paths:
-----------
    trunk/net-mgmt/php71-snmp/
    trunk/net-mgmt/php71-snmp/Makefile

Removed Paths:
-------------
    trunk/net-mgmt/php56-snmp/

Modified: trunk/net-mgmt/Makefile
===================================================================
--- trunk/net-mgmt/Makefile	2019-01-16 00:16:03 UTC (rev 24790)
+++ trunk/net-mgmt/Makefile	2019-01-16 00:16:54 UTC (rev 24791)
@@ -14,8 +14,8 @@
 SUBDIR += p5-NetAddr-IP
 SUBDIR += p5-NSNMP
 SUBDIR += p5-SNMP_Session
-SUBDIR += php56-snmp
 SUBDIR += php70-snmp
+SUBDIR += php71-snmp
 SUBDIR += phpip
 SUBDIR += net-snmp
 SUBDIR += softflowd

Added: trunk/net-mgmt/php71-snmp/Makefile
===================================================================
--- trunk/net-mgmt/php71-snmp/Makefile	                        (rev 0)
+++ trunk/net-mgmt/php71-snmp/Makefile	2019-01-16 00:16:54 UTC (rev 24791)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: head/net-mgmt/php71-snmp/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES=	net-mgmt
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-snmp
+
+TEST_TARGET=    test
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/net-mgmt/php71-snmp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list