From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 15:59:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 218BF4E3; Tue, 26 Feb 2013 15:59:16 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EFFA2C3B; Tue, 26 Feb 2013 15:59:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QFxFxb067421; Tue, 26 Feb 2013 15:59:15 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QFxFDg067419; Tue, 26 Feb 2013 15:59:15 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302261559.r1QFxFDg067419@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 26 Feb 2013 15:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312987 - head/print/photoprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 15:59:16 -0000 Author: danfe Date: Tue Feb 26 15:59:15 2013 New Revision: 312987 URL: http://svnweb.freebsd.org/changeset/ports/312987 Log: - Remove stray (commented out) line in Makefile - Move LICENCE knob where it better belongs - Remove duplicate pcre entry from LIB_DEPENDS - HAS_CONFIGURE -> GNU_CONFIGURE - Fix minor wording bugs in port description Approved by: bsam (maintainer) Modified: head/print/photoprint/Makefile head/print/photoprint/pkg-descr Modified: head/print/photoprint/Makefile ============================================================================== --- head/print/photoprint/Makefile Tue Feb 26 15:51:22 2013 (r312986) +++ head/print/photoprint/Makefile Tue Feb 26 15:59:15 2013 (r312987) @@ -4,11 +4,12 @@ PORTNAME= photoprint DISTVERSION= 0.4.2-pre2 CATEGORIES= print graphics MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ -#DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= Utility to print multiple images per sheet +LICENCE= GPLv2 + LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ expat:${PORTSDIR}/textproc/expat2 \ gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 \ @@ -16,22 +17,20 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups lcms:${PORTSDIR}/graphics/lcms \ netpbm:${PORTSDIR}/graphics/netpbm \ pcre:${PORTSDIR}/devel/pcre \ - pcre:${PORTSDIR}/devel/pcre \ pixman:${PORTSDIR}/x11/pixman \ png15:${PORTSDIR}/graphics/png \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ tiff:${PORTSDIR}/graphics/tiff \ xcb:${PORTSDIR}/x11/libxcb -LICENCE= GPLv2 - +GNU_CONFIGURE= yes USE_GETTEXT= yes -HAS_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS+=LDFLAGS=-L/usr/local/lib USE_GNOME= desktopfileutils pango USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender +INSTALLS_ICONS= yes + +LDFLAGS+= -L${LOCALBASE}/lib post-install: -@update-desktop-database Modified: head/print/photoprint/pkg-descr ============================================================================== --- head/print/photoprint/pkg-descr Tue Feb 26 15:51:22 2013 (r312986) +++ head/print/photoprint/pkg-descr Tue Feb 26 15:59:15 2013 (r312987) @@ -1,4 +1,4 @@ -PhotoPrint is a utility to print multiple images per sheet, using +PhotoPrint is an utility to print multiple images per sheet, using Gutenprint, with support for 16-bit images and ICC profiles. -WWW: http://blackfiveimaging.co.uk +WWW: http://blackfiveimaging.co.uk/