Bug 77569 - update print/cdlabelgen to 3.5.0
Summary: update print/cdlabelgen to 3.5.0
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 19:20 UTC by Juergen Lock
Modified: 2005-02-24 09:56 UTC (History)
0 users

See Also:


Attachments
file.diff (3.47 KB, patch)
2005-02-15 19:20 UTC, Juergen Lock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Lock 2005-02-15 19:20:13 UTC
	new version, MASTER_SITES and WWW moved

How-To-Repeat: 
	n/a
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-16 15:04:18 UTC
State Changed
From-To: open->feedback

How about the following? This minimizes the patch a bit: 

Index: Makefile 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/print/cdlabelgen/Makefile,v 
retrieving revision 1.8 
diff -u -r1.8 Makefile 
--- Makefile	4 Dec 2003 14:13:03 -0000	1.8 
+++ Makefile	16 Feb 2005 15:02:28 -0000 
@@ -6,9 +6,9 @@ 
# 

PORTNAME=	cdlabelgen 
-PORTVERSION=	2.7.0 
+PORTVERSION=	3.5.0 
CATEGORIES=	print perl5 
-MASTER_SITES=	http://www.aczone.com/pub/tools/ 
+MASTER_SITES=	http://www.aczoom.com/pub/tools/ 
EXTRACT_SUFX=	.tgz 

MAINTAINER=	nox@jelal.kn-bremen.de 
@@ -18,7 +18,8 @@ 
MANCOMPRESSED=	no 

USE_PERL5=	yes 
-MAKE_ENV=	BASE_DIR="${PREFIX}"  
+MAKE_ARGS=	BASE_DIR="${PREFIX}"  
+		LIB_DIR="${DATADIR}"  
INSTALL="${INSTALL_SCRIPT}"  
INSTALL_DIR="${MKDIR}"  
INSTALL_FILE="${INSTALL_DATA}"  
Index: distinfo 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/print/cdlabelgen/distinfo,v 
retrieving revision 1.4 
diff -u -r1.4 distinfo 
--- distinfo	31 Mar 2004 03:10:44 -0000	1.4 
+++ distinfo	16 Feb 2005 14:55:46 -0000 
@@ -1,2 +1,2 @@ 
-MD5 (cdlabelgen-2.7.0.tgz) = 098575f2635358f15b3f6dbef1b851df 
-SIZE (cdlabelgen-2.7.0.tgz) = 177711 
+MD5 (cdlabelgen-3.5.0.tgz) = bbe82a25e9eeb66df54ca8f61d561f59 
+SIZE (cdlabelgen-3.5.0.tgz) = 184880 
Index: pkg-descr 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/print/cdlabelgen/pkg-descr,v 
retrieving revision 1.3 
diff -u -r1.3 pkg-descr 
--- pkg-descr	4 Dec 2003 14:13:03 -0000	1.3 
+++ pkg-descr	16 Feb 2005 14:55:46 -0000 
@@ -20,4 +20,4 @@ 

(from the manual, see cdlabelgen(1) for the full one) 

-WWW: http://www.aczone.com/tools/cdinsert/ 
+WWW: http://www.aczoom.com/tools/cdinsert/ 
Index: pkg-plist 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/print/cdlabelgen/pkg-plist,v 
retrieving revision 1.3 
diff -u -r1.3 pkg-plist 
--- pkg-plist	4 Dec 2003 14:13:03 -0000	1.3 
+++ pkg-plist	16 Feb 2005 14:55:46 -0000 
@@ -3,6 +3,7 @@ 
share/cdlabelgen/cdda.eps 
share/cdlabelgen/debian-color.eps 
share/cdlabelgen/divx.eps 
+share/cdlabelgen/dvdlogo.eps 
share/cdlabelgen/mp3.eps 
share/cdlabelgen/music1.eps 
share/cdlabelgen/music2.eps 
Index: files/patch-aa 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/print/cdlabelgen/files/patch-aa,v 
retrieving revision 1.3 
diff -u -r1.3 patch-aa 
--- files/patch-aa	4 Dec 2003 14:13:03 -0000	1.3 
+++ files/patch-aa	16 Feb 2005 15:02:04 -0000 
@@ -1,28 +1,5 @@ 
--- Makefile	Thu Aug 21 20:53:19 2003 
+++ Makefile	Thu Aug 21 20:56:07 2003 
-@@ -8,21 +8,15 @@ 
- # Change these to locations you need, also 
- # remember to edit cdlabelgen and its @where_is_the_template as needed. 
-  
--BASE_DIR   = /usr/local 
- # BASE_DIR   = /usr/local 
- # BASE_DIR   = /opt 
- BIN_DIR   = $(BASE_DIR)/bin 
--LIB_DIR   = $(BASE_DIR)/lib/cdlabelgen 
-+LIB_DIR   = $(BASE_DIR)/share/cdlabelgen 
- MAN_DIR   = $(BASE_DIR)/man 
- SOURCES    = cdlabelgen ChangeLog INSTALL README Makefile cdinsert.pl INSTALL.WEB cdlabelgen.pod cdlabelgen.1 cdlabelgen.html spec.template 
- POSTSCRIPT = template.ps *.eps 
- DISTFILES = $(SOURCES) $(POSTSCRIPT) 
-  
--# just use 'cp -a' if you don't have install... 
--INSTALL		:= install -m 0755 
--INSTALL_DIR	:= install -d -m 0755 
--INSTALL_FILE	:= install -m 0644 
-- 
- # Makefile macros.... 
- #1.  $@ is the name of the file to be made. 
- #2.  $? is the names of the changed dependents.  
@@ -45,7 +39,7 @@ 
@echo "" 
$(INSTALL_DIR) $(BIN_DIR) 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-02-16 15:04:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Handle
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-02-24 09:55:58 UTC
State Changed
From-To: feedback->closed

Committed, thanks!