From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 9 13:40:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF4716A474 for ; Fri, 9 Jun 2006 13:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367EB43D78 for ; Fri, 9 Jun 2006 13:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k59DeHir034395 for ; Fri, 9 Jun 2006 13:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k59DeHgA034394; Fri, 9 Jun 2006 13:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 9 Jun 2006 13:40:17 GMT Resent-Message-Id: <200606091340.k59DeHgA034394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Simon Olofsson" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07AC16A41A; Fri, 9 Jun 2006 13:35:01 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFAA843D72; Fri, 9 Jun 2006 13:35:00 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 99D38145059; Fri, 9 Jun 2006 15:34:59 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id 888F919EFA0; Fri, 9 Jun 2006 15:34:59 +0200 (CEST) Received: from gul.lan.gath3n.de (dslb-084-060-131-058.pools.arcor-ip.net [84.60.131.58]) by mail-in-02.arcor-online.net (Postfix) with SMTP id 06E161F5807; Fri, 9 Jun 2006 15:34:58 +0200 (CEST) Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Fri, 9 Jun 2006 15:34:58 +0200 Message-Id: <20060609133458.06E161F5807@mail-in-02.arcor-online.net> Date: Fri, 9 Jun 2006 15:34:58 +0200 From: "Simon Olofsson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: itetcu@FreeBSD.org Subject: ports/98751: [PATCH] print/cups-pdf: update to 2.4.0, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 13:40:19 -0000 >Number: 98751 >Category: ports >Synopsis: [PATCH] print/cups-pdf: update to 2.4.0, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 09 13:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #24: Thu Jun 1 18:20:49 CEST >Description: - Update to 2.4.0 - added Author, fixed HOME_SUBDIR and OUTPUT_DIRECTORY Options - Take maintainership (see ports/98408) Port maintainer (ports@mark.reidel.info) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cups-pdf-2.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/Makefile /usr/home/simon/src/ports/print/cups-pdf/Makefile --- /usr/ports/print/cups-pdf/Makefile Fri Jun 9 08:18:55 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/Makefile Fri Jun 9 14:17:15 2006 @@ -6,13 +6,13 @@ # PORTNAME= cups-pdf -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= print -MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ +MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \ + http://olofsson.de/mirror/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@mark.reidel.info +MAINTAINER= simon@olofsson.de COMMENT= A virtual printer for CUPS to produce PDF files RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base @@ -40,10 +40,10 @@ .endif .ifdef(HOME_SUBDIR) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR}," +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},' .else .ifdef(OUTPUT_DIRECTORY) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},ยจ +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' .endif .endif diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/distinfo /usr/home/simon/src/ports/print/cups-pdf/distinfo --- /usr/ports/print/cups-pdf/distinfo Fri May 19 09:27:32 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/distinfo Fri Jun 9 12:29:15 2006 @@ -1,3 +1,3 @@ -MD5 (cups-pdf_2.3.1.tar.gz) = 16e9b211f2d4729de368a2428be57cfc -SHA256 (cups-pdf_2.3.1.tar.gz) = 63650bd034e7485bd764edab268bc1ba3b609d44d17c7390f0fba42b46534079 -SIZE (cups-pdf_2.3.1.tar.gz) = 22987 +MD5 (cups-pdf_2.4.0.tar.gz) = e80555d7f58d90c2ad43f131745e09ac +SHA256 (cups-pdf_2.4.0.tar.gz) = aef0f1e66de08ba6ac0ade30c4f6d75285843f59158d6805e0d32ce96fd7c790 +SIZE (cups-pdf_2.4.0.tar.gz) = 34421 diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-descr /usr/home/simon/src/ports/print/cups-pdf/pkg-descr --- /usr/ports/print/cups-pdf/pkg-descr Sun May 14 04:07:23 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/pkg-descr Fri Jun 9 12:27:55 2006 @@ -7,4 +7,5 @@ Once you print to the new device all converted PDF files will be placed in the specified directory. -WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ +Author: Volker C. Behr +WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ --- cups-pdf-2.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: