From owner-freebsd-ports Thu Jul 19 7:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A92137B406 for ; Thu, 19 Jul 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6JEe2b25816; Thu, 19 Jul 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 78F4C37B403; Thu, 19 Jul 2001 07:39:30 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.4/8.11.4) id f6JEdTQ80690; Thu, 19 Jul 2001 10:39:29 -0400 (EDT) (envelope-from pat) Message-Id: <200107191439.f6JEdTQ80690@cc92687-a.wlgrv1.pa.home.com> Date: Thu, 19 Jul 2001 10:39:29 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29084: Update www/phpnuke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29084 >Category: ports >Synopsis: Update www/phpnuke >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 19 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 13 02:32:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 5.0.1 and quiet install process >How-To-Repeat: N/A >Fix: Index: phpnuke/Makefile =================================================================== RCS file: /home/ncvs/ports/www/phpnuke/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- phpnuke/Makefile 2001/07/02 16:03:14 1.5 +++ phpnuke/Makefile 2001/07/19 14:34:11 @@ -6,13 +6,10 @@ # PORTNAME= phpnuke -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 CATEGORIES= www -MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/phpnuke/ \ - ftp://ftp.rpmfind.net/linux/Mandrake-devel/projects/phpnuke/ \ - ftp://gd.tuwien.ac.at/pub/linux/Mandrake-devel/projects/phpnuke/ \ - ftp://mandrake.redbox.cz/Mandrake-devel/projects/phpnuke/ \ - ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/projects/phpnuke/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= PHP-Nuke-${PORTVERSION} MAINTAINER= pat@databits.net @@ -36,11 +33,13 @@ .endif do-install: - ${MKDIR} ${PREFIX}/www/phpnuke/html - ${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PREFIX}/www/phpnuke + @${MKDIR} ${PREFIX}/www/phpnuke + @${MKDIR} ${PREFIX}/www/phpnuke/html + @${MKDIR} ${PREFIX}/www/phpnuke/sql + @${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PREFIX}/www/phpnuke .if !defined(NOPORTDOCS) .for FILE in ${DOCS} - ${INSTALL_DATA} ${WRKDIR}/${FILE} ${PREFIX}/www/phpnuke + @${INSTALL_DATA} ${WRKDIR}/${FILE} ${PREFIX}/www/phpnuke .endfor .endif Index: phpnuke/distinfo =================================================================== RCS file: /home/ncvs/ports/www/phpnuke/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- phpnuke/distinfo 2001/07/02 16:03:15 1.2 +++ phpnuke/distinfo 2001/07/19 14:34:11 @@ -1 +1 @@ -MD5 (PHP-Nuke-5.0.tar.gz) = 93c5809a4c5801ae8a922ebc74f2bc3a +MD5 (PHP-Nuke-5.0.1.tar.gz) = 71c2c008a3aeab04ed7c4e6e3f1534da Index: phpnuke/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/phpnuke/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- phpnuke/pkg-plist 2001/07/02 16:03:15 1.2 +++ phpnuke/pkg-plist 2001/07/19 14:34:16 @@ -36,6 +36,7 @@ www/phpnuke/html/admin/links/links.onlygod.php www/phpnuke/html/admin/links/links.reviews.php www/phpnuke/html/admin/links/links.sections.php +www/phpnuke/html/admin/links/links.submissions.php www/phpnuke/html/admin/links/links.surveys.php www/phpnuke/html/admin/links/links.topics.php www/phpnuke/html/admin/links/links.weblinks.php @@ -480,6 +481,7 @@ www/phpnuke/html/images/stats/topics.gif www/phpnuke/html/images/stats/users.gif www/phpnuke/html/images/stats/waiting.gif +www/phpnuke/html/images/stats/webtv.gif www/phpnuke/html/images/stats/windows.gif www/phpnuke/html/images/topics/AllTopics.gif www/phpnuke/html/images/topics/amd.gif @@ -512,21 +514,27 @@ www/phpnuke/html/images/topics/suse.gif www/phpnuke/html/images/topics/x.gif www/phpnuke/html/images/up.gif +www/phpnuke/html/includes/javascript.php +www/phpnuke/html/includes/meta.php www/phpnuke/html/index.php www/phpnuke/html/language/index.html www/phpnuke/html/language/lang-arabic.php www/phpnuke/html/language/lang-chinese.php www/phpnuke/html/language/lang-czech.php www/phpnuke/html/language/lang-danish.php +www/phpnuke/html/language/lang-dutch.php www/phpnuke/html/language/lang-english.php www/phpnuke/html/language/lang-french.php www/phpnuke/html/language/lang-german.php +www/phpnuke/html/language/lang-greek.php www/phpnuke/html/language/lang-hungarian.php www/phpnuke/html/language/lang-icelandic.php www/phpnuke/html/language/lang-italian.php +www/phpnuke/html/language/lang-polish.php www/phpnuke/html/language/lang-portuguese.php www/phpnuke/html/language/lang-russian.php www/phpnuke/html/language/lang-spanish.php +www/phpnuke/html/language/lang-swedish.php www/phpnuke/html/links.php www/phpnuke/html/mainfile.php www/phpnuke/html/manual/admin.html @@ -577,6 +585,7 @@ www/phpnuke/html/themes/ExtraLite/images/mainbar.gif www/phpnuke/html/themes/ExtraLite/images/rightbar.gif www/phpnuke/html/themes/ExtraLite/index.html +www/phpnuke/html/themes/ExtraLite/style/index.html www/phpnuke/html/themes/ExtraLite/style/style.css www/phpnuke/html/themes/ExtraLite/theme.php www/phpnuke/html/themes/Kaput/images/backdot.gif @@ -646,6 +655,7 @@ www/phpnuke/html/themes/Slash/images/wr.gif www/phpnuke/html/themes/Slash/images/wr_cccccc.gif www/phpnuke/html/themes/Slash/index.html +www/phpnuke/html/themes/Slash/style/index.html www/phpnuke/html/themes/Slash/style/style.css www/phpnuke/html/themes/Slash/theme.php www/phpnuke/html/themes/SlashOcean/images/101070.gif @@ -667,6 +677,7 @@ www/phpnuke/html/themes/SlashOcean/images/wr.gif www/phpnuke/html/themes/SlashOcean/images/wr_cccccc.gif www/phpnuke/html/themes/SlashOcean/index.html +www/phpnuke/html/themes/SlashOcean/style/index.html www/phpnuke/html/themes/SlashOcean/style/style.css www/phpnuke/html/themes/SlashOcean/theme.php www/phpnuke/html/themes/Traditional/images/leftbar.gif @@ -675,6 +686,7 @@ www/phpnuke/html/themes/Traditional/images/rightbar.gif www/phpnuke/html/themes/Traditional/images/tic.gif www/phpnuke/html/themes/Traditional/index.html +www/phpnuke/html/themes/Traditional/style/index.html www/phpnuke/html/themes/Traditional/style/style.css www/phpnuke/html/themes/Traditional/theme.php www/phpnuke/html/themes/index.html @@ -720,6 +732,7 @@ @dirrm www/phpnuke/html/modules @dirrm www/phpnuke/html/manual @dirrm www/phpnuke/html/language +@dirrm www/phpnuke/html/includes @dirrm www/phpnuke/html/images/topics @dirrm www/phpnuke/html/images/stats @dirrm www/phpnuke/html/images/sections @@ -743,3 +756,4 @@ @dirrm www/phpnuke/html/admin @dirrm www/phpnuke/html @dirrm www/phpnuke +@unexec rmdir %D/www 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message