diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-03-25 16:42:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-03-25 16:42:59 +0000 |
commit | 50e2e280a9283c4834e10d5bcbea7a72d3d60c2a (patch) | |
tree | af7781733a23377265d882cece4d294eaa0cee33 /devel/icu/Makefile | |
parent | - Fix probing HP PS 8250 printer (diff) |
Add a patch, which fixes the code on those odd days, which are shorter
(or longer) than 24 hours.
PR: ports/128521
Submitted by: Dmitry A Grigorovich
While here simplify the MASTER_SITES syntax. Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=230988
Diffstat (limited to 'devel/icu/Makefile')
-rw-r--r-- | devel/icu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 2a4fd5892604..f535e7cde35e 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -7,10 +7,9 @@ PORTNAME= icu PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF DISTNAME= icu4c-${PORTVERSION:S/./_/g} EXTRACT_SUFX= -src.tgz |