aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-25 07:06:21 +0800
committerale <ale@FreeBSD.org>2004-02-25 07:06:21 +0800
commit5161f8b318f5186e1fcc1287dbc621f1590e35cb (patch)
tree3290d519137ad5fd703d78e76542320b6ff05384 /devel
parentf8144d4d8eba14d2a6166750d1829fded84bc979 (diff)
downloadfreebsd-ports-gnome-5161f8b318f5186e1fcc1287dbc621f1590e35cb.tar.gz
freebsd-ports-gnome-5161f8b318f5186e1fcc1287dbc621f1590e35cb.tar.zst
freebsd-ports-gnome-5161f8b318f5186e1fcc1287dbc621f1590e35cb.zip
Update to 1.4.1 release.
PR: ports/63322 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-Date/Makefile8
-rw-r--r--devel/pear-Date/distinfo4
-rw-r--r--devel/pear-Date/pkg-descr2
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile
index fcd8f54a3a20..1079da2f5285 100644
--- a/devel/pear-Date/Makefile
+++ b/devel/pear-Date/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Date
-PORTVERSION= 1.4
+PORTVERSION= 1.4.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
@@ -18,7 +18,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Date.php Date/Calc.php Date/Human.php Date/Span.php \
Date/TimeZone.php
TESTS= test_calc.php test_date_methods_span.php testunit.php \
- testunit_date.php testunit_date_span.php wknotest.txt
+ testunit_date.php testunit_date_span.php wknotest.txt \
+ bug674.php bug727_1.php bug727_2.php bug727_3.php \
+ bug727_4.php weeksinmonth_4_monday.txt \
+ weeksinmonth_4_sunday.txt weeksinmonth_rdm_monday.txt \
+ weeksinmonth_rdm_sunday.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/devel/pear-Date/distinfo b/devel/pear-Date/distinfo
index 14b9eee238b5..9090bdfcb47a 100644
--- a/devel/pear-Date/distinfo
+++ b/devel/pear-Date/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Date-1.4.tgz) = e8506ba23e9a58c64d672b7ea811908f
-SIZE (PEAR/Date-1.4.tgz) = 39002
+MD5 (PEAR/Date-1.4.1.tgz) = e3c849be945399b56706e75dbd6f9a15
+SIZE (PEAR/Date-1.4.1.tgz) = 41976
diff --git a/devel/pear-Date/pkg-descr b/devel/pear-Date/pkg-descr
index 632938198296..c982af0fffb1 100644
--- a/devel/pear-Date/pkg-descr
+++ b/devel/pear-Date/pkg-descr
@@ -7,4 +7,4 @@ It does not rely on 32-bit system date stamps, so you can display calendars
and compare dates that date pre 1970 and post 2038. This package also provides
a class to convert date strings between Gregorian and Human calendar formats.
-WWW: http://pear.php.net/package-info.php?package=Date
+WWW: http://pear.php.net/package/Date