Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 00:20:10 -0600 (CST)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25540: Update graphics/gom (MAINTAINER)
Message-ID:  <200103050620.f256KA719538@babylon.merseine.nu>

next in thread | raw e-mail | index | archive | help

>Number:         25540
>Category:       ports
>Synopsis:       Update graphics/gom (MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 22:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD babylon.merseine.nu 4.2-STABLE FreeBSD 4.2-STABLE #1: Tue Feb 20 21:06:56 CST 2001     ishmael@babylon.merseine.nu:/usr/src/sys/compile/BABYLON  i386
	

>Description:

graphics/gom needs to be repo-copied to graphics/gozer
due to a name change.
Then apply this patch to update to 0.2
	

>How-To-Repeat:

	

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gom/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2000/12/19 08:46:57	1.1
+++ Makefile	2001/03/05 05:07:08
@@ -5,8 +5,8 @@
 # $FreeBSD: ports/graphics/gom/Makefile,v 1.1 2000/12/19 08:46:57 will Exp $
 #
 
-PORTNAME=	gom
-PORTVERSION=	0.1
+PORTNAME=	gozer
+PORTVERSION=	0.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
 
@@ -17,6 +17,6 @@
 GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
 
-MAN1=		gom.1
+MAN1=		gozer.1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gom/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2000/12/19 08:46:57	1.1
+++ distinfo	2001/03/05 05:07:29
@@ -1 +1 @@
-MD5 (gom-0.1.tar.gz) = 65fb431c14548381c7c21058fd6a4290
+MD5 (gozer-0.2.tar.gz) = 995bc8ae791417aecbe71b923040309b
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/gom/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2000/12/19 08:46:57	1.1
+++ pkg-descr	2001/03/05 06:18:51
@@ -2,4 +2,4 @@
 antialised truetype fonts using optional fontsyle, wordwrapping, and layout
 control.
 
-WWW:  http://www.linuxbrit.co.uk/gom/
+WWW:  http://www.linuxbrit.co.uk/gozer/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gom/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2000/12/19 08:46:57	1.1
+++ pkg-plist	2001/03/05 05:11:03
@@ -1,15 +1,15 @@
-bin/gom
-share/doc/gom/AUTHORS
-share/doc/gom/ChangeLog
-share/doc/gom/README
-share/doc/gom/TODO
-share/gom/fonts/20thcent.ttf
-share/gom/fonts/cinema.ttf
-share/gom/fonts/goodtime.ttf
-share/gom/fonts/joystix.ttf
-share/gom/fonts/morpheus.ttf
-share/gom/fonts/notepad.ttf
-share/gom/fonts/soulpapa.ttf
-@dirrm share/doc/gom
-@dirrm share/gom/fonts
-@dirrm share/gom
+bin/gozer
+share/doc/gozer/AUTHORS
+share/doc/gozer/ChangeLog
+share/doc/gozer/README
+share/doc/gozer/TODO
+share/gozer/fonts/20thcent.ttf
+share/gozer/fonts/cinema.ttf
+share/gozer/fonts/goodtime.ttf
+share/gozer/fonts/joystix.ttf
+share/gozer/fonts/morpheus.ttf
+share/gozer/fonts/notepad.ttf
+share/gozer/fonts/soulpapa.ttf
+@dirrm share/doc/gozer
+@dirrm share/gozer/fonts
+@dirrm share/gozer
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/graphics/gom/files/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- files/patch-aa	2000/12/19 08:46:57	1.1
+++ files/patch-aa	2001/03/05 05:10:20
@@ -1,11 +1,11 @@
---- Makefile.in.orig	Fri Nov 10 08:52:39 2000
-+++ Makefile.in	Sun Nov 12 14:51:56 2000
+--- Makefile.in.orig	Fri Jan 26 18:40:12 2001
++++ Makefile.in	Sun Mar  4 23:10:07 2001
 @@ -78,7 +78,7 @@
- man_MANS = gom.1
+ man_MANS = gozer.1
  
  docs_DATA = README AUTHORS ChangeLog TODO
--docsdir = $(prefix)/doc/gom
-+docsdir = $(datadir)/doc/gom
+-docsdir = $(prefix)/doc/@PACKAGE@
++docsdir = $(datadir)/doc/@PACKAGE@
  
- EXTRA_DIST =  gom.spec gom.1 $(docs_DATA)
+ EXTRA_DIST =  gozer.spec gozer.1 $(docs_DATA)
  
	

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103050620.f256KA719538>