From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 10:20:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50E45318; Tue, 6 Nov 2012 10:20:48 +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 378738FC12; Tue, 6 Nov 2012 10:20:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6AKlcB037976; Tue, 6 Nov 2012 10:20:47 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6AKl6N037973; Tue, 6 Nov 2012 10:20:47 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211061020.qA6AKl6N037973@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 6 Nov 2012 10:20:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307058 - head/graphics/eos-movrec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 10:20:48 -0000 Author: danfe Date: Tue Nov 6 10:20:47 2012 New Revision: 307058 URL: http://svnweb.freebsd.org/changeset/ports/307058 Log: - Download pregenerated icon file and drop dependency on `graphics/netpbm' - Reorder Makefile header to more common form - Drop DISTVERSIONSUFFIX altogether: it does not make sense now since we have to assign DISTFILES manually - Remove redundant assignment of WRKSRC - In DESKTOP_ENTRIES, do not rely on the fact that ${FALSE} will always be "false" as required by fd.o spec; literal value should be used instead PR: ports/173386 Submitted by: maintainer Feature safe: yes Modified: head/graphics/eos-movrec/Makefile head/graphics/eos-movrec/distinfo Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Tue Nov 6 09:20:41 2012 (r307057) +++ head/graphics/eos-movrec/Makefile Tue Nov 6 10:20:47 2012 (r307058) @@ -1,11 +1,16 @@ +# Created by: Alexey Dokuchaev # $FreeBSD$ -# Created by: Alexey Dokuchaev PORTNAME= eos-movrec DISTVERSION= 0.3.1_beta -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} MAINTAINER= nemysis@gmx.ch COMMENT= Capture short movies with Canon DSLR camera @@ -13,29 +18,21 @@ COMMENT= Capture short movies with Canon LICENSE= GPLv2 LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 -BUILD_DEPENDS= pnmtopng:${PORTSDIR}/graphics/netpbm USE_BZIP2= yes USE_CMAKE= yes USE_QT4= qmake_build moc_build rcc_build uic_build gui -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -DISTVERSIONSUFFIX= -src - PLIST_FILES= bin/eos_movrec \ share/pixmaps/${PORTNAME}.png DESKTOP_ENTRIES= "EOS Camera Movie Record" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME:S/-/_/}" "Application;Graphics;" ${FALSE} + "${PORTNAME:S/-/_/}" "Application;Graphics;" false post-patch: @${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h -post-build: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/winicontoppm -bestqual eos-movrec2.ico | \ - ${LOCALBASE}/bin/pnmtopng > eos-movrec.png) - post-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps .include Modified: head/graphics/eos-movrec/distinfo ============================================================================== --- head/graphics/eos-movrec/distinfo Tue Nov 6 09:20:41 2012 (r307057) +++ head/graphics/eos-movrec/distinfo Tue Nov 6 10:20:47 2012 (r307058) @@ -1,2 +1,4 @@ -SHA256 (eos-movrec-0.3.1_beta-src.tar.bz2) = 044cf8b6428d66d6d03c3df53103f985e5b669cad3c8f78a94f9ef308259deea -SIZE (eos-movrec-0.3.1_beta-src.tar.bz2) = 3955037 +SHA256 (eos-movrec/eos-movrec-0.3.1_beta-src.tar.bz2) = 044cf8b6428d66d6d03c3df53103f985e5b669cad3c8f78a94f9ef308259deea +SIZE (eos-movrec/eos-movrec-0.3.1_beta-src.tar.bz2) = 3955037 +SHA256 (eos-movrec/eos-movrec.png) = ad7bd2b870b2b63d4868f49c34b8ddf5e801f3c2e878bba455817b66b53ecd85 +SIZE (eos-movrec/eos-movrec.png) = 1085