svn commit: r388192 - head/net-mgmt/phpip

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 01:30:16 UTC 2015


Author: amdmi3
Date: Mon Jun  1 01:30:15 2015
New Revision: 388192
URL: https://svnweb.freebsd.org/changeset/ports/388192

Log:
  - Add LICENSE
  - Modernize plist

Modified:
  head/net-mgmt/phpip/Makefile
  head/net-mgmt/phpip/pkg-plist

Modified: head/net-mgmt/phpip/Makefile
==============================================================================
--- head/net-mgmt/phpip/Makefile	Mon Jun  1 01:30:03 2015	(r388191)
+++ head/net-mgmt/phpip/Makefile	Mon Jun  1 01:30:15 2015	(r388192)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-4.3.2-build-${SNAP
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Complete IPv4 IPAM (IP address management) suite
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 SNAPSHOT=	200611081420
 NO_BUILD=	yes
 USE_PHP=	mysql

Modified: head/net-mgmt/phpip/pkg-plist
==============================================================================
--- head/net-mgmt/phpip/pkg-plist	Mon Jun  1 01:30:03 2015	(r388191)
+++ head/net-mgmt/phpip/pkg-plist	Mon Jun  1 01:30:15 2015	(r388192)
@@ -99,11 +99,13 @@
 %%PHPIP%%/sql/phpip_upgrade_4.2-4.3.2.sql
 %%PHPIP%%/subnetSummary.php
 %%PHPIP%%/user_management.php
- at dirrm %%PHPIP%%/sql
- at dirrmtry %%PHPIP%%/includes
- at dirrm %%PHPIP%%/i
- at dirrm %%PHPIP%%/css
- at dirrm %%PHPIP%%/classes
- at dirrm %%PHPIP%%/boxes
- at dirrm %%PHPIP%%/Net
- at dirrmtry %%PHPIP%%
+ at dir %%PHPIP%%/sql
+ at dir %%PHPIP%%/includes
+ at dir %%PHPIP%%/i
+ at dir %%PHPIP%%/css
+ at dir %%PHPIP%%/classes
+ at dir %%PHPIP%%/boxes
+ at dir %%PHPIP%%/Net
+ at dir %%PHPIP%%
+ at owner
+ at group


More information about the svn-ports-head mailing list