Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 07:34:45 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98201: [MAINTAINER] print/foomatic-db: update to 20060531
Message-ID:  <200605310734.k4V7YjpC098382@www.freebsd.org>
Resent-Message-ID: <200605310740.k4V7eCbj025728@freefall.freebsd.org>

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

>Number:         98201
>Category:       ports
>Synopsis:       [MAINTAINER] print/foomatic-db: update to 20060531
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 07:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 24 08:30:45 PET 2006
>Description:
- Update to 20060531
- The foomatic-db distfile is needing house on freebsd mirrors, the linuxprinting's cvs was temporarily deactivated. the fetch command is forbidden for download foomatic-db's file on linuxprinting's site.
- I will update it each 15 days.

Removed file(s):
- files/tarignore

>How-To-Repeat:

>Fix:
--- foomatic-db-20060531.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/foomatic-db/Makefile /usr/ports/print/foomatic-db-new/Makefile
--- /usr/ports/print/foomatic-db/Makefile	Sun May  7 13:38:53 2006
+++ /usr/ports/print/foomatic-db-new/Makefile	Wed May 31 02:02:20 2006
@@ -5,11 +5,14 @@
 # $FreeBSD: ports/print/foomatic-db/Makefile,v 1.14 2006/05/07 11:33:15 pav Exp $
 #
 
-PORTNAME=	foomatic-db
-PORTVERSION=	20060506
+PORTNAME=	db
+PORTVERSION=	20060531
 CATEGORIES=	print
-MASTER_SITES=	# custom fetch
-NO_CHECKSUM=	${DISTFILES}
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=
+PKGNAMEPREFIX=	foomatic-
+DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
+DIST_SUBDIR=	foomatic
 
 MAINTAINER=	acardenas@bsd.org.pe
 COMMENT=	Foomatic database
@@ -19,50 +22,15 @@
 
 USE_GMAKE=	yes
 USE_PERL5=	yes
-USE_BZIP2=	yes
 USE_AUTOTOOLS=	automake:15:env autoconf:259
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-.include <bsd.port.pre.mk>
-CVS_CMD?=	cvs -z3
-CVS_DATE=	${PORTVERSION}
-CVS_SITES?=	pserver:anonymous@cvs.linuxprinting.org:/var/lib/cvs
-CVS_BRANCH=	foomatic-3_0-branch	# STABLE
-CVS_MODULE=	foomatic-db
-
-#
-# CVS checkout stuff mostly stolen from security/openssh-askpass port by
-# kris@freebsd.org
-#
-do-fetch:
-	@if test ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ; then \
-		${MKDIR} ${DISTDIR}/${DISTNAME} && \
-		cd ${DISTDIR}/${DISTNAME}; \
-		for CVS_SITE in ${CVS_SITES}; do \
-			${ECHO_MSG} ">> Attempting to check out from $${CVS_SITE}."; \
-			if ${CVS_CMD} -d:$${CVS_SITE} co -D "${CVS_DATE}" -r ${CVS_BRANCH} ${CVS_MODULE}; \
-			    then \
-				cd ${DISTDIR}; \
-				${ECHO_MSG} ">> Creating dist tarball in ${DISTDIR}"; \
-				${ECHO_MSG} ">> \"${DISTNAME}${EXTRACT_SUFX}\"."; \
-				${MV} ${DISTNAME}/${CVS_MODULE} \
-					${DISTNAME}/${CVS_MODULE:H}/${DISTNAME}; \
-				${TAR} -cj \
-					-X ${FILESDIR}/tarignore \
-					-f ${DISTNAME}${EXTRACT_SUFX} \
-					-C ${DISTNAME}/${CVS_MODULE:H} \
-					${DISTNAME}; \
-				exit; \
-			fi \
-		done; \
-		${RMDIR} ${DISTDIR}/${DISTNAME}; \
-		${ECHO_MSG} ">> CVS checkout failed."; \
-		exit 1; \
-	fi
+FOOMATICVER=	3.0
+WRKSRC=	${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
 pre-configure:
 	@cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/print/foomatic-db/distinfo /usr/ports/print/foomatic-db-new/distinfo
--- /usr/ports/print/foomatic-db/distinfo	Tue Dec 16 17:49:54 2003
+++ /usr/ports/print/foomatic-db-new/distinfo	Wed May 31 01:53:07 2006
@@ -1 +1,3 @@
-Data is retrieved via CVS
+MD5 (foomatic/foomatic-db-3.0-20060531.tar.gz) = 96c431f959320ad85dd230a416f9874a
+SHA256 (foomatic/foomatic-db-3.0-20060531.tar.gz) = 259bf41fa737dc9d5613b70db88456d7a430664cfbd48b999e80cfc97c0eea4b
+SIZE (foomatic/foomatic-db-3.0-20060531.tar.gz) = 12273229
diff -ruN --exclude=CVS /usr/ports/print/foomatic-db/files/tarignore /usr/ports/print/foomatic-db-new/files/tarignore
--- /usr/ports/print/foomatic-db/files/tarignore	Mon Mar 31 22:08:29 2003
+++ /usr/ports/print/foomatic-db-new/files/tarignore	Wed Dec 31 19:00:00 1969
@@ -1 +0,0 @@
-CVS
diff -ruN --exclude=CVS /usr/ports/print/foomatic-db/pkg-plist /usr/ports/print/foomatic-db-new/pkg-plist
--- /usr/ports/print/foomatic-db/pkg-plist	Sun May  7 13:38:54 2006
+++ /usr/ports/print/foomatic-db-new/pkg-plist	Wed May 31 02:17:19 2006
@@ -1540,6 +1540,7 @@
 share/foomatic/db/source/driver/ras32.upp.xml
 share/foomatic/db/source/driver/ras4.upp.xml
 share/foomatic/db/source/driver/ras8m.upp.xml
+share/foomatic/db/source/driver/rastertokmXXXXdl.xml
 share/foomatic/db/source/driver/rpdl.xml
 share/foomatic/db/source/driver/s400a1.upp.xml
 share/foomatic/db/source/driver/s400b1.upp.xml
@@ -3183,6 +3184,10 @@
 share/foomatic/db/source/printer/Infotec-IS_2245.xml
 share/foomatic/db/source/printer/Kodak-DigiSource_9110.xml
 share/foomatic/db/source/printer/Kodak-IS_70_CPII.xml
+share/foomatic/db/source/printer/KonicaMinolta-magicolor_2300_DL.xml
+share/foomatic/db/source/printer/KonicaMinolta-magicolor_2430_DL.xml
+share/foomatic/db/source/printer/KonicaMinolta-magicolor_5430_DL.xml
+share/foomatic/db/source/printer/KonicaMinolta-magicolor_5440_DL.xml
 share/foomatic/db/source/printer/Kyocera-F-1000.xml
 share/foomatic/db/source/printer/Kyocera-F-1010.xml
 share/foomatic/db/source/printer/Kyocera-F-1200.xml
@@ -3400,7 +3405,6 @@
 share/foomatic/db/source/printer/Minolta-magicolor_2300W.xml
 share/foomatic/db/source/printer/Minolta-magicolor_2300_DL.xml
 share/foomatic/db/source/printer/Minolta-magicolor_2400W.xml
-share/foomatic/db/source/printer/Minolta-magicolor_2430_DL.xml
 share/foomatic/db/source/printer/Minolta-magicolor_3100.xml
 share/foomatic/db/source/printer/Mitsubishi-CP50_Color_Printer.xml
 share/foomatic/db/source/printer/NEC-MultiWriter.xml
--- foomatic-db-20060531.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?200605310734.k4V7YjpC098382>