diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-09-03 20:19:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-09-03 20:19:59 +0800 |
commit | b7da0f7788b8318736f42e2e62a4730844942bb1 (patch) | |
tree | eca11ce81db24c06aac6316e61cd280f4ea8fde2 /devel | |
parent | b3294f5de93eb50ce05e66515d0ea01cb1512195 (diff) | |
download | freebsd-ports-gnome-b7da0f7788b8318736f42e2e62a4730844942bb1.tar.gz freebsd-ports-gnome-b7da0f7788b8318736f42e2e62a4730844942bb1.tar.zst freebsd-ports-gnome-b7da0f7788b8318736f42e2e62a4730844942bb1.zip |
- Update to 0.20.1
Reported by: portscout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays/Makefile | 32 | ||||
-rw-r--r-- | devel/pear-Date_Holidays/distinfo | 6 |
2 files changed, 19 insertions, 19 deletions
diff --git a/devel/pear-Date_Holidays/Makefile b/devel/pear-Date_Holidays/Makefile index 03297c443771..6b4b7f56c771 100644 --- a/devel/pear-Date_Holidays/Makefile +++ b/devel/pear-Date_Holidays/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Date_Holidays -PORTVERSION= 0.20.0 +PORTVERSION= 0.20.1 CATEGORIES= devel www pear MAINTAINER= tabthorpe@FreeBSD.org @@ -18,23 +18,24 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Date FILES= Holidays.php \ - Holidays/Holiday.php \ - Holidays/Filter/Whitelist.php \ - Holidays/Filter/Composite.php \ - Holidays/Filter/Blacklist.php \ - Holidays/Filter.php \ - Holidays/Driver/Jewish.php \ - Holidays/Driver/Composite.php \ Holidays/Driver/Christian.php \ + Holidays/Driver/EasternChristian.php \ + Holidays/Driver/Composite.php \ + Holidays/Driver/Jewish.php \ + Holidays/Filter/Blacklist.php \ + Holidays/Filter/Composite.php \ + Holidays/Filter/Whitelist.php \ Holidays/Driver.php \ - lang/Christian/it_IT.xml \ - lang/Christian/it_IT.ser \ - lang/Christian/fr_FR.xml \ - lang/Christian/fr_FR.ser \ - lang/Christian/en_EN.xml \ - lang/Christian/en_EN.ser \ - lang/Christian/de_DE.xml \ + 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 \ @@ -42,7 +43,6 @@ EXAMPLES= addingTranslations.php creating_drivers.php \ TESTS= AllTests.php AllTestsUndeployed.php \ Date_Holidays_Bugfix_Retests_TestSuite.php \ - Date_Holidays_Driver_Brazil_TestSuite.php \ Date_Holidays_Driver_Christian_TestSuite.php \ Date_Holidays_Driver_Jewish_TestSuite.php \ Date_Holidays_Driver_TestSuite.php \ diff --git a/devel/pear-Date_Holidays/distinfo b/devel/pear-Date_Holidays/distinfo index 457f8ccd0d66..80e5de370970 100644 --- a/devel/pear-Date_Holidays/distinfo +++ b/devel/pear-Date_Holidays/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Date_Holidays-0.20.0.tgz) = c9b33bbdbfcc05b39f598229ba57ca08 -SHA256 (PEAR/Date_Holidays-0.20.0.tgz) = b232ef2c3229e4c873d1c5a02c1ab0995a92d2cd27aaed0821757cf2d6dc8fac -SIZE (PEAR/Date_Holidays-0.20.0.tgz) = 35941 +MD5 (PEAR/Date_Holidays-0.20.1.tgz) = b481badb7dab8706a49576e726a3add5 +SHA256 (PEAR/Date_Holidays-0.20.1.tgz) = a21bb620318e113bb9cf796f848ff259c0be57c68a017295d34b82bd56d9766b +SIZE (PEAR/Date_Holidays-0.20.1.tgz) = 35756 |