Bug 124421 - [patch] x11-fonts/liberation-fonts-ttf update to 1.0.1
Summary: [patch] x11-fonts/liberation-fonts-ttf update to 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-09 15:10 UTC by Alex Kozlov
Modified: 2008-06-11 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2008-06-09 15:10 UTC, Alex Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2008-06-09 15:10:03 UTC
Update to 1.0.1 See https://bugzilla.redhat.com/show_bug.cgi?id=427791

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-09 15:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Kozlov 2008-06-10 10:53:59 UTC
Hi

Sorry, I mistook 1.0-1 for 1.0.1. PORTVERSION should be 1.0


--
Adios
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2008-06-10 13:19:29 UTC
On Tue 10 Jun 2008 11:53:59 Alex Kozlov <spam@rm-rf.kiev.ua> wrote:

> Hi

Hello,

> Sorry, I mistook 1.0-1 for 1.0.1. PORTVERSION should be 1.0

I tried to commit this upgrade yesterday, but the tarball has been  
rerolled, and I have not yet been able to check its signature. To be  
continued...

Best regards,
-- 
Th. Thomas.
Comment 4 Alex Kozlov 2008-06-10 19:03:48 UTC
On Tue, Jun 10, 2008 at 02:19:29PM +0200, Thierry Thomas wrote:
> On Tue 10 Jun 2008 11:53:59 Alex Kozlov <spam@rm-rf.kiev.ua> wrote:
> 
> > Sorry, I mistook 1.0-1 for 1.0.1. PORTVERSION should be 1.0
> I tried to commit this upgrade yesterday, but the tarball has been  
> rerolled, and I have not yet been able to check its signature. To be  
> continued...
Strange, I run make makesum just before submit pr.
But sorry about that too. Here is a new patch. It fixes distinfo,
PORTVERSION and also change @unexec rm to @rmtry:


Index: 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 @@
 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}/||}"
Index: 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%%
Index: 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) = 174cf27c57612971434ec8cc4a52bfd37bad8408e9b9219539c6d5113d
-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
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-06-11 21:41:18 UTC
thierry     2008-06-11 20:41:13 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/liberation-fonts-ttf Makefile distinfo pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.4       +3 -3      ports/x11-fonts/liberation-fonts-ttf/Makefile
  1.3       +3 -3      ports/x11-fonts/liberation-fonts-ttf/distinfo
  1.2       +2 -2      ports/x11-fonts/liberation-fonts-ttf/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 06:49:09 UTC
State Changed
From-To: open->closed


Committed, thanks!