Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 14:11:48 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78049: [PATCH] graphics/vcg: fix unfetchable
Message-ID:  <20050225031148.0BD761810@localhost>
Resent-Message-ID: <200502250320.j1P3KGAq058214@freefall.freebsd.org>

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

>Number:         78049
>Category:       ports
>Synopsis:       [PATCH] graphics/vcg: fix unfetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 03:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
Distfile was rerolled and renamed due to copyright notice changes.

>How-To-Repeat:
>Fix:

--- vcg-1.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/vcg/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	23 Jul 2004 19:10:11 -0000	1.16
+++ Makefile	25 Feb 2005 03:07:01 -0000
@@ -9,8 +9,8 @@
 PORTVERSION=	1.30
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/
-DISTNAME=	${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX=	.r3.17.tgz
+DISTNAME=	${PORTNAME}.20050204
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Visualization Tool for compiler graphs
@@ -20,6 +20,8 @@
 USE_X_PREFIX=	yes
 MANL=		pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l
 
+WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVERSION}
+
 pre-patch:
 	@${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD
 .for file in conf demo.csh globals.h tMakefile
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/vcg/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	29 Jan 2004 07:24:33 -0000	1.2
+++ distinfo	23 Feb 2005 13:26:19 -0000
@@ -1,2 +1,2 @@
-MD5 (vcg.1.30.r3.17.tgz) = 283faf1a2cc163d5c0e4977b8ec1f658
-SIZE (vcg.1.30.r3.17.tgz) = 1429486
+MD5 (vcg.20050204.tgz) = d69b3cb6138682cc3845d329ccef51df
+SIZE (vcg.20050204.tgz) = 1445979
--- vcg-1.30.patch ends here ---

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



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