diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-04 10:28:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-04 10:28:50 +0800 |
commit | 816ca712b8a896f134baa989bf40a480c9030271 (patch) | |
tree | 5af87243f2ea75865d1e958596f201382fd28751 /devel | |
parent | 97353bfeb99d19622a664dad90ead1798ae4627e (diff) | |
download | freebsd-ports-gnome-816ca712b8a896f134baa989bf40a480c9030271.tar.gz freebsd-ports-gnome-816ca712b8a896f134baa989bf40a480c9030271.tar.zst freebsd-ports-gnome-816ca712b8a896f134baa989bf40a480c9030271.zip |
- Update to 0.1.3
- Convert header
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/Makefile | 16 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/pkg-plist | 8 |
3 files changed, 6 insertions, 22 deletions
diff --git a/devel/pear-Date_Holidays_Netherlands/Makefile b/devel/pear-Date_Holidays_Netherlands/Makefile index d984b57a24d0..ca293db6c7b1 100644 --- a/devel/pear-Date_Holidays_Netherlands/Makefile +++ b/devel/pear-Date_Holidays_Netherlands/Makefile @@ -1,25 +1,17 @@ -# New ports collection makefile for: pear-Date_Holidays_Netherlands -# Date created: 2008-06-05 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# +# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Date_Holidays_Netherlands -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the Netherlands BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -RUN_DEPENDS:= ${BUILD_DEPENDS} - -CATEGORY= Date -FILES= Holidays/Driver/Netherlands.php \ - Holidays/Filter/Netherlands/Official.php -TESTS= Date_Holidays_Driver_Netherlands_TestSuite.php +RUN_DEPENDS:= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +PEAR_AUTOINSTALL= yes PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> diff --git a/devel/pear-Date_Holidays_Netherlands/distinfo b/devel/pear-Date_Holidays_Netherlands/distinfo index ca17bcbc608f..4a1b264965b5 100644 --- a/devel/pear-Date_Holidays_Netherlands/distinfo +++ b/devel/pear-Date_Holidays_Netherlands/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Date_Holidays_Netherlands-0.1.2.tgz) = c39b9bbc369acec1319d3cffa8058598b497e0d8b74fb1a12fbeb07b7b005a9f -SIZE (PEAR/Date_Holidays_Netherlands-0.1.2.tgz) = 3951 +SHA256 (PEAR/Date_Holidays_Netherlands-0.1.3.tgz) = 8d9ad15b628c179a8fc10d7926f6624e024cbbbbb395543904cb90b762489e96 +SIZE (PEAR/Date_Holidays_Netherlands-0.1.3.tgz) = 4507 diff --git a/devel/pear-Date_Holidays_Netherlands/pkg-plist b/devel/pear-Date_Holidays_Netherlands/pkg-plist deleted file mode 100644 index 7e938eff6351..000000000000 --- a/devel/pear-Date_Holidays_Netherlands/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -share/pear/Date/Holidays/Driver/Netherlands.php -share/pear/Date/Holidays/Filter/Netherlands/Official.php -share/pear/packages/pear-Date_Holidays_Netherlands-%%PORTVERSION%%/package.xml -share/pear/tests/Date_Holidays_Netherlands/Date_Holidays_Driver_Netherlands_TestSuite.php -@dirrm share/pear/tests/Date_Holidays_Netherlands -@dirrm share/pear/packages/pear-Date_Holidays_Netherlands-%%PORTVERSION%% -@dirrm share/pear/Date/Holidays/Filter/Netherlands -@dirrm share/pear/Date/Holidays/Filter |