diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-06-11 20:41:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-06-11 20:41:13 +0000 |
commit | a90fae82f55f6a1b9e4e26479bc48c2f1b8023e7 (patch) | |
tree | 9854547507c344df6ad4fd3e37ee254cf5b61bdd /x11-fonts | |
parent | a5aa00b924ea965b3aead2a979ae3be5176eb28c (diff) | |
download | ports-a90fae82f55f6a1b9e4e26479bc48c2f1b8023e7.tar.gz ports-a90fae82f55f6a1b9e4e26479bc48c2f1b8023e7.zip |
Upgrade to the latest version, named 1.0 (PORTEPOCH bumped).
See <https://bugzilla.redhat.com/show_bug.cgi?id=427791>.
Note: the detached signature cannot be downloaded from
<https://www.redhat.com/f/fonts/liberation-fonts.tar.gz.asc> ATM.
PR: ports/124421
Submitted by: Alex Kozlov <spam (at) rm-rf.kiev.ua>
Notes
Notes:
svn path=/head/; revision=214677
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 6 | ||||
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index a9a81b87efb3..fe5fa7a76276 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -6,10 +6,11 @@ # PORTNAME= liberation-fonts-ttf -PORTVERSION= 3 -PORTREVISION= 1 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= https://www.redhat.com/f/fonts/ +DISTNAME= liberation-fonts MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts @@ -17,7 +18,6 @@ COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -WRKSRC= ${WRKDIR}/liberation-fonts-0.2 USE_XORG= x11 PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" diff --git a/x11-fonts/liberation-fonts-ttf/distinfo b/x11-fonts/liberation-fonts-ttf/distinfo index a2817d4f6c7f..27e31e7edfab 100644 --- a/x11-fonts/liberation-fonts-ttf/distinfo +++ b/x11-fonts/liberation-fonts-ttf/distinfo @@ -1,3 +1,3 @@ -MD5 (liberation-fonts-ttf-3.tar.gz) = 77728078a17e39f7c242b42c3bf6feb8 -SHA256 (liberation-fonts-ttf-3.tar.gz) = 174cf27c57612971434ec8cc4a52bfd37bad8408e9b9219539c6d5113df6ff8f -SIZE (liberation-fonts-ttf-3.tar.gz) = 648223 +MD5 (liberation-fonts.tar.gz) = f7d82c491914a318a6f0d426c5eb1432 +SHA256 (liberation-fonts.tar.gz) = 5749c27f3deb5da323961e86efed1306fc072bea9065790d0047ad61471be6a5 +SIZE (liberation-fonts.tar.gz) = 1863680 diff --git a/x11-fonts/liberation-fonts-ttf/pkg-plist b/x11-fonts/liberation-fonts-ttf/pkg-plist index 7e5bb9fb0440..40d62c3ddf07 100644 --- a/x11-fonts/liberation-fonts-ttf/pkg-plist +++ b/x11-fonts/liberation-fonts-ttf/pkg-plist @@ -14,5 +14,5 @@ %%FONTDIR%%/License.txt %%FONTDIR%%/fonts.dir %%FONTDIR%%/fonts.scale -@unexec rm %D/%%FONTDIR%%/fonts.cache-1 2>/dev/null || true +@rmtry %%FONTDIR%%/fonts.cache-1 @dirrm %%FONTDIR%% |