mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.21.5
This commit is contained in:
parent
53b2622745
commit
a166f5a31a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276854
@ -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}
|
||||
RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
|
||||
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user