From nobody@FreeBSD.org  Fri Dec 27 07:23:06 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 29A5F6B3
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Dec 2013 07:23:06 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1582E17AF
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Dec 2013 07:23:06 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBR7N5lu063540
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Dec 2013 07:23:05 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBR7N5rv063531;
	Fri, 27 Dec 2013 07:23:05 GMT
	(envelope-from nobody)
Message-Id: <201312270723.rBR7N5rv063531@oldred.freebsd.org>
Date: Fri, 27 Dec 2013 07:23:05 GMT
From: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: print/foomatic-db: file foomatic-db-20131207.tar.gz not available
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185222
>Category:       ports
>Synopsis:       print/foomatic-db: file foomatic-db-20131207.tar.gz not available
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 27 07:30:00 UTC 2013
>Closed-Date:    Fri Dec 27 10:32:49 UTC 2013
>Last-Modified:  Fri Dec 27 13:10:00 UTC 2013
>Originator:     O. Hartmann
>Release:        FreeBSD 11.0-CURRENT
>Organization:
FU Berlin
>Environment:
>Description:
Updating port print/foormatic-db results with today's ports-tree-update in an error, stating that the source tarball foomatic-db-20131207.tar.gz is not available (foomatic-db-20131207.tar.gz).

Looking at http://www.openprinting.org/download/foomatic/ reveals that a source tarball with today's (27.12.2013) version number exists (foomatic-db-20131227.tar.gz), but not as foomatic-db-20131207.tar.gz as requested.
>How-To-Repeat:

>Fix:
Change to print/foomatic-db.
Edit Makfile:

WAS: PORTVERSION=    20131207

NOW: PORTVERSION=    20131227

followed by a "make makesum" in the directory and try updating again.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ppc->bsam 
Responsible-Changed-By: danfe 
Responsible-Changed-When: Fri Dec 27 08:16:48 UTC 2013 
Responsible-Changed-Why:  
Fix category and reassign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185222 
State-Changed-From-To: open->closed 
State-Changed-By: bsam 
State-Changed-When: Fri Dec 27 10:32:48 UTC 2013 
State-Changed-Why:  
Thanks for poiting this out. Should be fixed now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185222 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185222: commit references a PR
Date: Fri, 27 Dec 2013 10:31:07 +0000 (UTC)

 Author: bsam
 Date: Fri Dec 27 10:30:55 2013
 New Revision: 337697
 URL: http://svnweb.freebsd.org/changeset/ports/337697
 
 Log:
   Add an additional MASTER_SITE to make the port fetchable.
   
   PR:		ports/185222
   Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
 
 Modified:
   head/print/foomatic-db/Makefile
 
 Modified: head/print/foomatic-db/Makefile
 ==============================================================================
 --- head/print/foomatic-db/Makefile	Fri Dec 27 10:28:42 2013	(r337696)
 +++ head/print/foomatic-db/Makefile	Fri Dec 27 10:30:55 2013	(r337697)
 @@ -4,7 +4,8 @@
  PORTNAME=	db
  PORTVERSION=	20131207
  CATEGORIES=	print
 -MASTER_SITES=	http://www.openprinting.org/download/foomatic/
 +MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
 +		ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/foomatic/
  PKGNAMEPREFIX=	foomatic-
  DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
  DIST_SUBDIR=	foomatic
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185222: commit references a PR
Date: Fri, 27 Dec 2013 13:04:27 +0000 (UTC)

 Author: bsam
 Date: Fri Dec 27 13:04:18 2013
 New Revision: 337725
 URL: http://svnweb.freebsd.org/changeset/ports/337725
 
 Log:
   . update to version 20131227;  [1]
   . refresh WWW address;
   . use a package description from the site.
   
   PR:		ports/185222  [1]
   Reported by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>  [1]
 
 Modified:
   head/print/foomatic-db/Makefile
   head/print/foomatic-db/distinfo
   head/print/foomatic-db/pkg-descr
   head/print/foomatic-db/pkg-plist
 
 Modified: head/print/foomatic-db/Makefile
 ==============================================================================
 --- head/print/foomatic-db/Makefile	Fri Dec 27 12:38:01 2013	(r337724)
 +++ head/print/foomatic-db/Makefile	Fri Dec 27 13:04:18 2013	(r337725)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	db
 -PORTVERSION=	20131207
 +PORTVERSION=	20131227
  CATEGORIES=	print
  MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
  		ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/foomatic/
 
 Modified: head/print/foomatic-db/distinfo
 ==============================================================================
 --- head/print/foomatic-db/distinfo	Fri Dec 27 12:38:01 2013	(r337724)
 +++ head/print/foomatic-db/distinfo	Fri Dec 27 13:04:18 2013	(r337725)
 @@ -1,2 +1,2 @@
 -SHA256 (foomatic/foomatic-db-4.0-20131207.tar.gz) = 8d74456b2014b59b069c00072875cadce3fe86618fbe1295ec32a7d68f934e49
 -SIZE (foomatic/foomatic-db-4.0-20131207.tar.gz) = 38084488
 +SHA256 (foomatic/foomatic-db-4.0-20131227.tar.gz) = f1207eea4005ff586047de1248ddf147814cc435e649d50f21dd2ca6db186d07
 +SIZE (foomatic/foomatic-db-4.0-20131227.tar.gz) = 38837909
 
 Modified: head/print/foomatic-db/pkg-descr
 ==============================================================================
 --- head/print/foomatic-db/pkg-descr	Fri Dec 27 12:38:01 2013	(r337724)
 +++ head/print/foomatic-db/pkg-descr	Fri Dec 27 13:04:18 2013	(r337725)
 @@ -1,4 +1,7 @@
 -foomatic is a collection of printer drivers that can be
 -used by gimp-print and cups among others.
 +Foomatic is a database-driven system for integrating free software
 +printer drivers with common spoolers under Unix. It supports CUPS,
 +LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing
 +with every free software printer driver known to us and every printer
 +known to work with these drivers.
  
 -WWW: http://www.linuxprinting.org/foomatic.html
 +WWW: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
 
 Modified: head/print/foomatic-db/pkg-plist
 ==============================================================================
 --- head/print/foomatic-db/pkg-plist	Fri Dec 27 12:38:01 2013	(r337724)
 +++ head/print/foomatic-db/pkg-plist	Fri Dec 27 13:04:18 2013	(r337725)
 @@ -1799,6 +1799,7 @@ share/foomatic/db/source/PPD/Lanier/PXL/
  share/foomatic/db/source/PPD/Lanier/PXL/Lanier-SG3100SNw_PXL.ppd.gz
  share/foomatic/db/source/PPD/Lanier/PXL/Lanier-SG3110SFNw_PXL.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_6500e_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_C2100_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C510.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C520.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C522.ppd.gz
 @@ -1809,6 +1810,7 @@ share/foomatic/db/source/PPD/Lexmark/Lex
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C546.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C734.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C736.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_C740_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C750.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C752.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C780.ppd.gz
 @@ -1820,6 +1822,12 @@ share/foomatic/db/source/PPD/Lexmark/Lex
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C930.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C935.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_C950_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CS310_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CS410_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CS510_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CX310_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CX410_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_CX510_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_E260.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_E260d.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_E260dn.ppd.gz
 @@ -1831,6 +1839,22 @@ share/foomatic/db/source/PPD/Lexmark/Lex
  share/foomatic/db/source/PPD/Lexmark/Lexmark_E460dw.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_E462dtn.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_EG460dn.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_M1100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_M3100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_M5100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS310_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS410_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS510_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS610_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS710_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MS810_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX310_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX410_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX510_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX610_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX6500e_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX710_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_MX810_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_T650.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_T652.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_T654.ppd.gz
 @@ -1860,6 +1884,7 @@ share/foomatic/db/source/PPD/Lexmark/Lex
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X734de.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X736de.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X738de.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_X740_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X790_Series.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X860de.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X862de.ppd.gz
 @@ -1868,6 +1893,11 @@ share/foomatic/db/source/PPD/Lexmark/Lex
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X940e.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X945e.ppd.gz
  share/foomatic/db/source/PPD/Lexmark/Lexmark_X950_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_XC2100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_XM1100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_XM3100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_XM5100_Series.ppd.gz
 +share/foomatic/db/source/PPD/Lexmark/Lexmark_XM7100_Series.ppd.gz
  share/foomatic/db/source/PPD/NRG/PS/NRG-10515_10518_10512_PS.ppd.gz
  share/foomatic/db/source/PPD/NRG/PS/NRG-2205_2238_2212_PS.ppd.gz
  share/foomatic/db/source/PPD/NRG/PS/NRG-2705_2738_2712_PS.ppd.gz
 @@ -6317,6 +6347,8 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-6500e.xml
  share/foomatic/db/source/printer/Lexmark-7000.xml
  share/foomatic/db/source/printer/Lexmark-7200.xml
 +share/foomatic/db/source/printer/Lexmark-C2100.xml
 +share/foomatic/db/source/printer/Lexmark-C2132.xml
  share/foomatic/db/source/printer/Lexmark-C500.xml
  share/foomatic/db/source/printer/Lexmark-C500n.xml
  share/foomatic/db/source/printer/Lexmark-C510.xml
 @@ -6337,6 +6369,9 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-C720n.xml
  share/foomatic/db/source/printer/Lexmark-C734.xml
  share/foomatic/db/source/printer/Lexmark-C736.xml
 +share/foomatic/db/source/printer/Lexmark-C740.xml
 +share/foomatic/db/source/printer/Lexmark-C746.xml
 +share/foomatic/db/source/printer/Lexmark-C748.xml
  share/foomatic/db/source/printer/Lexmark-C750.xml
  share/foomatic/db/source/printer/Lexmark-C752.xml
  share/foomatic/db/source/printer/Lexmark-C752b.xml
 @@ -6366,6 +6401,22 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-C935dtn.xml
  share/foomatic/db/source/printer/Lexmark-C935hdn.xml
  share/foomatic/db/source/printer/Lexmark-C950.xml
 +share/foomatic/db/source/printer/Lexmark-CS310.xml
 +share/foomatic/db/source/printer/Lexmark-CS310dn.xml
 +share/foomatic/db/source/printer/Lexmark-CS310n.xml
 +share/foomatic/db/source/printer/Lexmark-CS410.xml
 +share/foomatic/db/source/printer/Lexmark-CS410dn.xml
 +share/foomatic/db/source/printer/Lexmark-CS410n.xml
 +share/foomatic/db/source/printer/Lexmark-CS510.xml
 +share/foomatic/db/source/printer/Lexmark-CS510de.xml
 +share/foomatic/db/source/printer/Lexmark-CX310.xml
 +share/foomatic/db/source/printer/Lexmark-CX310dn.xml
 +share/foomatic/db/source/printer/Lexmark-CX310n.xml
 +share/foomatic/db/source/printer/Lexmark-CX410.xml
 +share/foomatic/db/source/printer/Lexmark-CX410de.xml
 +share/foomatic/db/source/printer/Lexmark-CX410e.xml
 +share/foomatic/db/source/printer/Lexmark-CX510.xml
 +share/foomatic/db/source/printer/Lexmark-CX510de.xml
  share/foomatic/db/source/printer/Lexmark-E120.xml
  share/foomatic/db/source/printer/Lexmark-E120n.xml
  share/foomatic/db/source/printer/Lexmark-E210.xml
 @@ -6386,6 +6437,53 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-E460dw.xml
  share/foomatic/db/source/printer/Lexmark-E462dtn.xml
  share/foomatic/db/source/printer/Lexmark-EG460dn.xml
 +share/foomatic/db/source/printer/Lexmark-M1100.xml
 +share/foomatic/db/source/printer/Lexmark-M1140.xml
 +share/foomatic/db/source/printer/Lexmark-M1140_Plus.xml
 +share/foomatic/db/source/printer/Lexmark-M1145.xml
 +share/foomatic/db/source/printer/Lexmark-M3100.xml
 +share/foomatic/db/source/printer/Lexmark-M3150.xml
 +share/foomatic/db/source/printer/Lexmark-M5100.xml
 +share/foomatic/db/source/printer/Lexmark-M5155.xml
 +share/foomatic/db/source/printer/Lexmark-M5163.xml
 +share/foomatic/db/source/printer/Lexmark-M5170.xml
 +share/foomatic/db/source/printer/Lexmark-MS310.xml
 +share/foomatic/db/source/printer/Lexmark-MS310d.xml
 +share/foomatic/db/source/printer/Lexmark-MS310dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS312dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS315dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS410.xml
 +share/foomatic/db/source/printer/Lexmark-MS410d.xml
 +share/foomatic/db/source/printer/Lexmark-MS410dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS415dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS510.xml
 +share/foomatic/db/source/printer/Lexmark-MS510dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS610.xml
 +share/foomatic/db/source/printer/Lexmark-MS610de.xml
 +share/foomatic/db/source/printer/Lexmark-MS610dn.xml
 +share/foomatic/db/source/printer/Lexmark-MS710.xml
 +share/foomatic/db/source/printer/Lexmark-MS711.xml
 +share/foomatic/db/source/printer/Lexmark-MS810.xml
 +share/foomatic/db/source/printer/Lexmark-MS811.xml
 +share/foomatic/db/source/printer/Lexmark-MS812.xml
 +share/foomatic/db/source/printer/Lexmark-MX310.xml
 +share/foomatic/db/source/printer/Lexmark-MX310dn.xml
 +share/foomatic/db/source/printer/Lexmark-MX410.xml
 +share/foomatic/db/source/printer/Lexmark-MX410de.xml
 +share/foomatic/db/source/printer/Lexmark-MX510.xml
 +share/foomatic/db/source/printer/Lexmark-MX510de.xml
 +share/foomatic/db/source/printer/Lexmark-MX511de.xml
 +share/foomatic/db/source/printer/Lexmark-MX511dhe.xml
 +share/foomatic/db/source/printer/Lexmark-MX610.xml
 +share/foomatic/db/source/printer/Lexmark-MX610de.xml
 +share/foomatic/db/source/printer/Lexmark-MX611de.xml
 +share/foomatic/db/source/printer/Lexmark-MX611dhe.xml
 +share/foomatic/db/source/printer/Lexmark-MX6500e.xml
 +share/foomatic/db/source/printer/Lexmark-MX710.xml
 +share/foomatic/db/source/printer/Lexmark-MX711.xml
 +share/foomatic/db/source/printer/Lexmark-MX810.xml
 +share/foomatic/db/source/printer/Lexmark-MX811.xml
 +share/foomatic/db/source/printer/Lexmark-MX812.xml
  share/foomatic/db/source/printer/Lexmark-Optra_C710.xml
  share/foomatic/db/source/printer/Lexmark-Optra_Color_1200.xml
  share/foomatic/db/source/printer/Lexmark-Optra_Color_1275.xml
 @@ -6455,6 +6553,9 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-X736de.xml
  share/foomatic/db/source/printer/Lexmark-X738de.xml
  share/foomatic/db/source/printer/Lexmark-X74.xml
 +share/foomatic/db/source/printer/Lexmark-X740.xml
 +share/foomatic/db/source/printer/Lexmark-X746.xml
 +share/foomatic/db/source/printer/Lexmark-X748.xml
  share/foomatic/db/source/printer/Lexmark-X75.xml
  share/foomatic/db/source/printer/Lexmark-X790.xml
  share/foomatic/db/source/printer/Lexmark-X792.xml
 @@ -6468,6 +6569,22 @@ share/foomatic/db/source/printer/Lexmark
  share/foomatic/db/source/printer/Lexmark-X950.xml
  share/foomatic/db/source/printer/Lexmark-X952.xml
  share/foomatic/db/source/printer/Lexmark-X954.xml
 +share/foomatic/db/source/printer/Lexmark-XC2100.xml
 +share/foomatic/db/source/printer/Lexmark-XC2130.xml
 +share/foomatic/db/source/printer/Lexmark-XC2132.xml
 +share/foomatic/db/source/printer/Lexmark-XM1100.xml
 +share/foomatic/db/source/printer/Lexmark-XM1135.xml
 +share/foomatic/db/source/printer/Lexmark-XM1140.xml
 +share/foomatic/db/source/printer/Lexmark-XM1145.xml
 +share/foomatic/db/source/printer/Lexmark-XM3100.xml
 +share/foomatic/db/source/printer/Lexmark-XM3150.xml
 +share/foomatic/db/source/printer/Lexmark-XM5100.xml
 +share/foomatic/db/source/printer/Lexmark-XM5163.xml
 +share/foomatic/db/source/printer/Lexmark-XM5170.xml
 +share/foomatic/db/source/printer/Lexmark-XM7100.xml
 +share/foomatic/db/source/printer/Lexmark-XM7155.xml
 +share/foomatic/db/source/printer/Lexmark-XM7163.xml
 +share/foomatic/db/source/printer/Lexmark-XM7170.xml
  share/foomatic/db/source/printer/Lexmark-Z11.xml
  share/foomatic/db/source/printer/Lexmark-Z12.xml
  share/foomatic/db/source/printer/Lexmark-Z13.xml
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
