Bug 99741 - [update port] games/phpua-cod - UnBROKEN
Summary: [update port] games/phpua-cod - UnBROKEN
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 11:40 UTC by babak
Modified: 2006-07-22 11:15 UTC (History)
0 users

See Also:


Attachments
phpua-cod.patch (685 bytes, patch)
2006-07-03 11:40 UTC, babak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description babak 2006-07-03 11:40:15 UTC

- www/data/phpua -> www/phpua
- UnBROKEN
- Take maintainership
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-07-03 11:52:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 babak 2006-07-20 12:20:57 UTC
New patch:

--- phpua-cod.patch begins here ---
diff -ruN phpua-cod.orig/Makefile phpua-cod/Makefile
--- phpua-cod.orig/Makefile	Thu Jul 20 09:53:10 2006
+++ phpua-cod/Makefile	Thu Jul 20 13:21:28 2006
@@ -7,21 +7,19 @@
 
 PORTNAME=	phpua-plugin_cod
 PORTVERSION=	1.1.0b
+PORTREVISION=	1
 CATEGORIES=	games www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	phpua
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	babak@farrokhi.net
 COMMENT=	A Call of Duty plugin for phpUA
 
-RUN_DEPENDS=
${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
-
-BROKEN=		does not install due to dependency problem in
games/phpua-engine
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-09-03
+BUILD_DEPENDS=
${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 # Some variables you can change
-PHPUA?=		www/data/phpua
+PHPUA?=		www/phpua
 PHPUA_USER?=	${WWWOWN}
 PHPUA_GROUP?=	${WWWGRP}
 
@@ -44,11 +42,13 @@
 	${ECHO_MSG}
'-------------------------------------------------------------------------')
 .endif
 
+do-extract:
+	@ ${MKDIR} ${WRKSRC}
+	@ cd ${WRKSRC} && ${EXTRACT_CMD}  ${EXTRACT_BEFORE_ARGS}
${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
+
 do-install:
-	@ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/
-	@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
-	@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
-	@ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
+	@ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${WRKSRC}
+	@ ${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPUA}/
 	@ ${ECHO_MSG} ""
 	@ ${ECHO_MSG} "* Files have been installed in"
 	@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff -ruN phpua-cod.orig/pkg-plist phpua-cod/pkg-plist
--- phpua-cod.orig/pkg-plist	Thu Jul 20 09:53:10 2006
+++ phpua-cod/pkg-plist	Thu Jul 20 14:14:07 2006
@@ -22,11 +22,18 @@
 %%PHPUA%%/templates/default/plugin_cod/x.js
 %%PHPUA%%/templates/javascript/plugin_cod/info.tpl
 %%PHPUA%%/templates/wap/plugin_cod/info.tpl
-@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
 @dirrm %%PHPUA%%/templates/wap/plugin_cod
+@dirrmtry %%PHPUA%%/templates/wap
 @dirrm %%PHPUA%%/templates/javascript/plugin_cod
+@dirrmtry %%PHPUA%%/templates/javascript
 @dirrm %%PHPUA%%/templates/default/plugin_cod
+@dirrmtry %%PHPUA%%/templates/default
+@dirrmtry %%PHPUA%%/templates
 @dirrm %%PHPUA%%/plugins/plugin_cod
+@dirrmtry %%PHPUA%%/plugins
 @dirrm %%PHPUA%%/images/templates/default/plugin_cod
+@dirrmtry %%PHPUA%%/images/templates/default
+@dirrmtry %%PHPUA%%/images/templates
 @dirrm %%PHPUA%%/images/plugin_cod/maps
 @dirrm %%PHPUA%%/images/plugin_cod
+@dirrmtry %%PHPUA%%/images
--- phpua-cod.patch ends here ---
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-07-22 11:15:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!