Bug 173463 - [PATCH] emulators/linux-peops-softgpu: update to 1.18, take maintainership
Summary: [PATCH] emulators/linux-peops-softgpu: update to 1.18, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 05:40 UTC by Naram Qashat
Modified: 2013-05-20 09:30 UTC (History)
0 users

See Also:


Attachments
linux-peops-softgpu-1.18.patch (3.01 KB, patch)
2012-11-08 05:40 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2012-11-08 05:40:00 UTC
- Update to 1.18
- Take maintainership

Note: This PR superceeds PR ports/173458, that one should be closed.
      It also relies on PR ports/173462.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 09:19:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-20 09:27:48 UTC
Author: bsam
Date: Mon May 20 08:27:35 2013
New Revision: 318581
URL: http://svnweb.freebsd.org/changeset/ports/318581

Log:
  . update to version 1.18;
  . trim Makefile headers;
  . land maintainership to the submitter.
  
  While here: remove the indefinite article from COMMENT.
  
  PR:		ports/173463
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>

Modified:
  head/emulators/linux-peops-softgpu/Makefile
  head/emulators/linux-peops-softgpu/distinfo
  head/emulators/linux-peops-softgpu/pkg-plist

Modified: head/emulators/linux-peops-softgpu/Makefile
==============================================================================
--- head/emulators/linux-peops-softgpu/Makefile	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/Makefile	Mon May 20 08:27:35 2013	(r318581)
@@ -1,25 +1,22 @@
-# 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$
-#
 
 PORTNAME=	peops-softgpu
-PORTVERSION=	1.17
-PORTREVISION=	1
+PORTVERSION=	${SOFTGPU_VERSION}
 CATEGORIES=	emulators linux
 MASTER_SITES=	http://www.pbernert.com/
 PKGNAMEPREFIX=	linux-
-DISTNAME=	gpupeopssoftx${MAJOR}${MINOR}
+DISTFILES=	gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \
+		${CFG_DISTFILE}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A PSEmu Pro GPU plugin using a software X11 renderer (Linux version)
+MAINTAINER=	cyberbotx@cyberbotx.com
+COMMENT=	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
 
@@ -31,17 +28,21 @@ PSEMUPRO_PLUGINS_DIR=	${PREFIX}/lib/psem
 PSEMUPRO_CFGBINS_DIR=	${PREFIX}/libexec/psemupro/cfg
 PSEMUPRO_CFGFILES_DIR=	${PREFIX}/share/psemupro/cfg
 
+.include <bsd.port.options.mk>
+
+.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc"
+
 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}
+	${INSTALL_PROGRAM} ${WRKSRC}/cfg/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

Modified: head/emulators/linux-peops-softgpu/distinfo
==============================================================================
--- head/emulators/linux-peops-softgpu/distinfo	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/distinfo	Mon May 20 08:27:35 2013	(r318581)
@@ -1,2 +1,4 @@
-SHA256 (gpupeopssoftx117.tar.gz) = bf872d3b300149b9a72efbc2f717b153bcce11f1ad6ea7c9d26832a6cd987936
-SIZE (gpupeopssoftx117.tar.gz) = 222056
+SHA256 (gpupeopssoftx118.tar.gz) = 6a92f27d8a9d2a883b66ac91e123a97d85fb40f4c2a90fb4edcb322876024f3a
+SIZE (gpupeopssoftx118.tar.gz) = 179407
+SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91
+SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589

Modified: head/emulators/linux-peops-softgpu/pkg-plist
==============================================================================
--- head/emulators/linux-peops-softgpu/pkg-plist	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/pkg-plist	Mon May 20 08:27:35 2013	(r318581)
@@ -7,6 +7,3 @@ share/psemupro/cfg/gpuPeopsSoftX.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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 09:27:53 UTC
State Changed
From-To: open->closed

Committed, thanks!