diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-21 19:57:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-21 19:57:29 +0000 |
commit | b1828256697ec90d0012ce669cb0e10771a445d3 (patch) | |
tree | ac6b0edbc03b350d92fd8027d8fb498be740c6ec /devel/pear-Date_Holidays | |
parent | 2605a7e605669c8c219c328662eecf435c079ecd (diff) | |
download | ports-b1828256697ec90d0012ce669cb0e10771a445d3.tar.gz ports-b1828256697ec90d0012ce669cb0e10771a445d3.zip |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays')
-rw-r--r-- | devel/pear-Date_Holidays/Makefile | 12 | ||||
-rw-r--r-- | devel/pear-Date_Holidays/distinfo | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/devel/pear-Date_Holidays/Makefile b/devel/pear-Date_Holidays/Makefile index 8d08c8ae81ac..1cf07a90ce0b 100644 --- a/devel/pear-Date_Holidays/Makefile +++ b/devel/pear-Date_Holidays/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Date_Holidays -PORTVERSION= 0.16.1 +PORTVERSION= 0.17.0 CATEGORIES= devel www pear MASTER_SITES+= http://www.goodking.ca/pub/files/PEAR/ @@ -21,9 +21,12 @@ CATEGORY= Date FILES= Holidays.php \ Holidays/Driver/Christian.php \ Holidays/Driver/Composite.php \ + Holidays/Driver/Denmark.php \ + Holidays/Driver/Discordian.php \ Holidays/Driver/Germany.php \ Holidays/Driver/Jewish.php \ Holidays/Driver/PHPdotNet.php \ + Holidays/Driver/Slovenia.php \ Holidays/Driver/Sweden.php \ Holidays/Driver/UNO.php \ Holidays/Driver/USA.php \ @@ -54,16 +57,21 @@ EXAMPLES= addingTranslations.php languagefile-with-properties.xml \ creating_drivers.php usingCompositeDriver.php \ fetchingInstalledDrivers.php usingStandaloneDriver.php TESTS= AllTests.php \ + AllTestsUndeployed.php \ Date_Holidays_Driver_Christian_TestSuite.php \ Date_Holidays_Driver_Germany_TestSuite.php \ Date_Holidays_Driver_Jewish_TestSuite.php \ Date_Holidays_Driver_PHPdotNet_TestSuite.php \ Date_Holidays_Driver_Sweden_TestSuite.php \ Date_Holidays_Driver_TestSuite.php \ + Date_Holidays_Driver_TestSuite.xml \ Date_Holidays_Driver_UNO_TestSuite.php \ + Example.php \ Date_Holidays_Driver_USA_TestSuite.php \ Date_Holidays_TestSuite.php \ - Example.php + testHolidays2005stampsAndSavingsDay.php \ + test_getHolidays.php \ + test_missingLocale.php 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 b1e94fd6cb5a..f363bd843913 100644 --- a/devel/pear-Date_Holidays/distinfo +++ b/devel/pear-Date_Holidays/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Date_Holidays-0.16.1.tgz) = 84dcf7f0c92afdf08b9c1d761a8ca89f -SHA256 (PEAR/Date_Holidays-0.16.1.tgz) = e43efac41f8839b7971073f7deadfa1f6036639d789a824d1f229f053a33a3ca -SIZE (PEAR/Date_Holidays-0.16.1.tgz) = 54899 +MD5 (PEAR/Date_Holidays-0.17.0.tgz) = f72186ffe299e3721e4d5a33618072f6 +SHA256 (PEAR/Date_Holidays-0.17.0.tgz) = 60049637249b3da54e7220071fa314ca8f4c3151e0e9defe82b74260847b7989 +SIZE (PEAR/Date_Holidays-0.17.0.tgz) = 58160 |