svn commit: r488140 - head/devel/pear-Date_Holidays_PHPdotNet

Jochen Neumeister joneum at FreeBSD.org
Sat Dec 22 22:43:20 UTC 2018


Author: joneum
Date: Sat Dec 22 22:43:18 2018
New Revision: 488140
URL: https://svnweb.freebsd.org/changeset/ports/488140

Log:
  - Add LICENSE
  - Update pkg-descr
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/pear-Date_Holidays_PHPdotNet/Makefile
  head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr

Modified: head/devel/pear-Date_Holidays_PHPdotNet/Makefile
==============================================================================
--- head/devel/pear-Date_Holidays_PHPdotNet/Makefile	Sat Dec 22 22:39:14 2018	(r488139)
+++ head/devel/pear-Date_Holidays_PHPdotNet/Makefile	Sat Dec 22 22:43:18 2018	(r488140)
@@ -7,6 +7,8 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Driver based class to calculate birthdays of members of PHP.net
 
+LICENSE=	PHP301
+
 BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
 

Modified: head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr
==============================================================================
--- head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr	Sat Dec 22 22:39:14 2018	(r488139)
+++ head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr	Sat Dec 22 22:43:18 2018	(r488140)
@@ -1,4 +1,5 @@
-Driver based class to calculate birthdays of some members of the
-PHP.net community.
+Date_Holidays helps you calculate the dates and titles of holidays
+and other special celebrations. This is the driver for calculating
+the birthdays of some members of the PHP.net community.
 
 WWW: https://pear.php.net/package/Date_Holidays_PHPdotNet


More information about the svn-ports-all mailing list