Date: Wed, 7 Nov 2012 22:09:19 -0500 (EST) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/173458: [PATCH] emulators/linux-peops-softgpu: update to 1.18, take maintainership Message-ID: <20121108030919.9641F2845D@kirby.cyberbotx.com> Resent-Message-ID: <201211080310.qA83A07h096616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173458 >Category: ports >Synopsis: [PATCH] emulators/linux-peops-softgpu: update to 1.18, 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: Thu Nov 08 03:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: - Update to 1.18 - Take maintainership Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- linux-peops-softgpu-1.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/linux-peops-softgpu/Makefile ./Makefile --- /usr/ports/emulators/linux-peops-softgpu/Makefile 2012-10-07 17:07:40.000000000 -0400 +++ ./Makefile 2012-11-07 22:04:20.000000000 -0500 @@ -1,25 +1,21 @@ -# New ports collection makefile for: linux-peops-softgpu -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD: head/emulators/linux-peops-softgpu/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= peops-softgpu -PORTVERSION= 1.17 -PORTREVISION= 1 +PORTVERSION= 1.18 CATEGORIES= emulators linux MASTER_SITES= http://www.pbernert.com/ PKGNAMEPREFIX= linux- DISTNAME= gpupeopssoftx${MAJOR}${MINOR} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A PSEmu Pro GPU plugin using a software X11 renderer (Linux version) NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes USE_LINUX_APPS= gtk xorglibs +PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 @@ -28,20 +24,18 @@ PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +.include <bsd.port.options.mk> + do-install: ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} - ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} - ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} ${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/emulators/linux-peops-softgpu/distinfo ./distinfo --- /usr/ports/emulators/linux-peops-softgpu/distinfo 2012-10-07 17:07:40.000000000 -0400 +++ ./distinfo 2012-11-07 22:02:24.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (gpupeopssoftx117.tar.gz) = bf872d3b300149b9a72efbc2f717b153bcce11f1ad6ea7c9d26832a6cd987936 -SIZE (gpupeopssoftx117.tar.gz) = 222056 +SHA256 (gpupeopssoftx118.tar.gz) = 6a92f27d8a9d2a883b66ac91e123a97d85fb40f4c2a90fb4edcb322876024f3a +SIZE (gpupeopssoftx118.tar.gz) = 179407 diff -ruN --exclude=CVS /usr/ports/emulators/linux-peops-softgpu/pkg-plist ./pkg-plist --- /usr/ports/emulators/linux-peops-softgpu/pkg-plist 2012-10-07 17:07:40.000000000 -0400 +++ ./pkg-plist 2012-11-07 22:04:20.000000000 -0500 @@ -1,12 +1,6 @@ lib/psemupro/plugins/libgpuPeopsSoftX.so.%%MAJOR%%.0.%%MINOR%% -libexec/psemupro/cfg/cfgPeopsSoft share/psemupro/cfg/gpuPeopsSoftX.cfg @dirrmtry lib/psemupro/plugins @dirrmtry lib/psemupro -@dirrmtry libexec/psemupro/cfg -@dirrmtry libexec/psemupro @dirrmtry share/psemupro/cfg @dirrmtry share/psemupro -%%PORTDOCS%%%%DOCSDIR%%/peops_soft_readme_%%MAJOR%%_%%MINOR%%.txt -%%PORTDOCS%%%%DOCSDIR%%/peops_soft_version_%%MAJOR%%_%%MINOR%%.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- linux-peops-softgpu-1.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121108030919.9641F2845D>