Date: Fri, 19 Oct 2012 06:59:46 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306106 - in head/graphics/pho: . files Message-ID: <201210190659.q9J6xk4H020289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Oct 19 06:59:45 2012 New Revision: 306106 URL: http://svn.freebsd.org/changeset/ports/306106 Log: - Update to version 0.9.8, remove patches included upstream - Clean up Makefile (trim header, etc.) while I am here - Use double space after dot (full stop) in port description Feature safe: yes Deleted: head/graphics/pho/files/ Modified: head/graphics/pho/Makefile head/graphics/pho/distinfo head/graphics/pho/pkg-descr Modified: head/graphics/pho/Makefile ============================================================================== --- head/graphics/pho/Makefile Fri Oct 19 06:15:58 2012 (r306105) +++ head/graphics/pho/Makefile Fri Oct 19 06:59:45 2012 (r306106) @@ -1,35 +1,30 @@ -# New ports collection makefile for: pho -# Date created: 10 April 2003 -# Whom: Roland Jesse <roland.jesse@gmx.net> -# +# Created by: Roland Jesse <roland.jesse@gmx.net> # $FreeBSD$ -# PORTNAME= pho -DISTVERSION= 0.9.7-pre7 -PORTREVISION= 1 +DISTVERSION= 0.9.8 CATEGORIES= graphics MASTER_SITES= http://shallowsky.com/software/pho/ MAINTAINER= ports@FreeBSD.org -COMMENT= A lightweight image viewer +COMMENT= Lightweight image viewer LICENSE= GPLv2 USE_GMAKE= yes USE_GNOME= gtk20 MAKE_ARGS= INSTALLPREFIX="${PREFIX}" -ALL_TARGET= pho +ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= pho.1 -PLIST_FILES= bin/pho +MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \ /bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \ /man/s|$$(INSTALL)|${INSTALL_MAN}| ; \ - /CFLAGS/s|-g|| ; s|^G1FLAGS|#&|' ${WRKSRC}/Makefile + /CFLAGS/s|-g ||' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-Wall -g -O2 ||' ${WRKSRC}/exif/Makefile .include <bsd.port.mk> Modified: head/graphics/pho/distinfo ============================================================================== --- head/graphics/pho/distinfo Fri Oct 19 06:15:58 2012 (r306105) +++ head/graphics/pho/distinfo Fri Oct 19 06:59:45 2012 (r306106) @@ -1,2 +1,2 @@ -SHA256 (pho-0.9.7-pre7.tar.gz) = 71db5a3824627b400d2feedf752da45a69804a0ce7b14bb789d25674b602c87a -SIZE (pho-0.9.7-pre7.tar.gz) = 127940 +SHA256 (pho-0.9.8.tar.gz) = 33d9ce822e4cf009d8fd3d0f1545960779ab099cadd8a8b5cac30b29f369e18e +SIZE (pho-0.9.8.tar.gz) = 129487 Modified: head/graphics/pho/pkg-descr ============================================================================== --- head/graphics/pho/pkg-descr Fri Oct 19 06:15:58 2012 (r306105) +++ head/graphics/pho/pkg-descr Fri Oct 19 06:59:45 2012 (r306106) @@ -1,6 +1,6 @@ Pho is a lightweight utility for viewing, rotating, or deleting large numbers of images quickly, and making notes about what to do with each -of them. It is particularly useful for processing hundreds of images +of them. It is particularly useful for processing hundreds of images after uploading them from a digital camera. WWW: http://shallowsky.com/software/pho/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210190659.q9J6xk4H020289>