diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:15:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:15:32 +0000 |
commit | a166f5a31a705708d1d09a4077d950af21a973cf (patch) | |
tree | 0925fb6bc42db12965f6cab34b4979da6aa6f216 /devel | |
parent | 53b26227451d04fc639f3247f1a47a0b2235ed72 (diff) | |
download | ports-a166f5a31a705708d1d09a4077d950af21a973cf.tar.gz ports-a166f5a31a705708d1d09a4077d950af21a973cf.zip |
- Update to 0.21.5
Notes
Notes:
svn path=/head/; revision=276854
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays/Makefile | 40 | ||||
-rw-r--r-- | devel/pear-Date_Holidays/distinfo | 5 |
2 files changed, 6 insertions, 39 deletions
diff --git a/devel/pear-Date_Holidays/Makefile b/devel/pear-Date_Holidays/Makefile index 42ece02187c5..1c9284185dc0 100644 --- a/devel/pear-Date_Holidays/Makefile +++ b/devel/pear-Date_Holidays/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Date_Holidays -PORTVERSION= 0.21.4 +PORTVERSION= 0.21.5 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -14,42 +14,10 @@ COMMENT= PEAR driver based class to calculate holidays BUILD_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${BUILD_DEPENDS} - -CATEGORY= Date -FILES= Holidays.php \ - Holidays/Driver/Christian.php \ - Holidays/Driver/Composite.php \ - Holidays/Driver/EasternChristian.php \ - Holidays/Driver/Jewish.php \ - Holidays/Filter/Blacklist.php \ - Holidays/Filter/Composite.php \ - Holidays/Filter/Whitelist.php \ - Holidays/Driver.php \ - Holidays/Filter.php \ - Holidays/Holiday.php \ - lang/Christian/de_DE.ser \ - lang/Christian/de_DE.xml \ - lang/Christian/en_EN.ser \ - lang/Christian/en_EN.xml \ - lang/Christian/fr_FR.ser \ - lang/Christian/fr_FR.xml \ - lang/Christian/it_IT.ser \ - lang/Christian/it_IT.xml - -EXAMPLES= addingTranslations.php creating_drivers.php \ - fetchingInstalledDrivers.php languagefile-with-properties.xml \ - usingCompositeDriver.php usingStandaloneDriver.php +RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -TESTS= AllTests.php AllTestsUndeployed.php \ - Date_Holidays_Bugfix_Retests_TestSuite.php \ - Date_Holidays_Driver_Christian_TestSuite.php \ - Date_Holidays_Driver_Jewish_TestSuite.php \ - Date_Holidays_Driver_TestSuite.php \ - Date_Holidays_Driver_TestSuite.xml \ - Date_Holidays_TestSuite.php \ - Example.php testHolidays2005stampsAndSavingsDay.php \ - test_getHolidays.php test_missingLocale.php +PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Date_Holidays OPTIONS= PEAR_CONSOLE_GETARGS "devel/pear-Console_Getargs" off diff --git a/devel/pear-Date_Holidays/distinfo b/devel/pear-Date_Holidays/distinfo index e5f18d646f17..0d9184d4b1e0 100644 --- a/devel/pear-Date_Holidays/distinfo +++ b/devel/pear-Date_Holidays/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Date_Holidays-0.21.4.tgz) = 01b6c79c0e940261153421540d6143f1 -SHA256 (PEAR/Date_Holidays-0.21.4.tgz) = 5fcbc8234dfea0a76244230c7941ff9b0c2edf614d671fe9a75b6bd35e3223c9 -SIZE (PEAR/Date_Holidays-0.21.4.tgz) = 37874 +SHA256 (PEAR/Date_Holidays-0.21.5.tgz) = 6f20a486ab5b1e276692c9ea1a2c847946a24d10931bf6817cd9385a77b4357b +SIZE (PEAR/Date_Holidays-0.21.5.tgz) = 37805 |