From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 31 11:10:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A4A16A4D0 for ; Mon, 31 May 2004 11:10:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87D243D49 for ; Mon, 31 May 2004 11:10:55 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4VIAKgU028972 for ; Mon, 31 May 2004 11:10:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4VIAKEU028971; Mon, 31 May 2004 11:10:20 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 31 May 2004 11:10:20 -0700 (PDT) Resent-Message-Id: <200405311810.i4VIAKEU028971@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0EB16A4CE for ; Mon, 31 May 2004 11:07:19 -0700 (PDT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5FA43D3F for ; Mon, 31 May 2004 11:07:19 -0700 (PDT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.48] (port=49204 helo=inbox.ru) by mx2.mail.ru with esmtp id 1BUrBT-0009qg-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 31 May 2004 22:06:52 +0400 Message-Id: Date: Mon, 31 May 2004 22:06:52 +0400 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67424: [ maintainer ] devel/phptags: update to 0.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 18:10:56 -0000 >Number: 67424 >Category: ports >Synopsis: [ maintainer ] devel/phptags: update to 0.2.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 31 11:10:20 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #2: Tue May 25 13:20:35 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386 >Description: phptags 0.2.1 released. Sample config file is avaible now for it. getopt.h is not included now, so patch for compiling on STABLE is not needed now. >How-To-Repeat: >Fix: diff -ruN phptags.bak/Makefile phptags/Makefile --- phptags.bak/Makefile Tue May 25 17:18:30 2004 +++ phptags/Makefile Mon May 31 22:00:05 2004 @@ -6,7 +6,7 @@ # PORTNAME= phptags -PORTVERSION= 0.1 +PORTVERSION= 0.2.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,10 +18,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= phptags.1 -PLIST_FILES= bin/phptags +PLIST_FILES= bin/phptags \ + etc/phptags.conf.sample PORTDOCS= AUTHORS TODO README ChangeLog INSTALL post-install: + @${CP} ${WRKSRC}/phptags.conf.sample ${PREFIX}/etc .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} diff -ruN phptags.bak/distinfo phptags/distinfo --- phptags.bak/distinfo Tue May 25 17:18:30 2004 +++ phptags/distinfo Mon May 31 21:53:34 2004 @@ -1,2 +1,2 @@ -MD5 (phptags-0.1.tar.gz) = c7214263138710de76390de3291d8b54 -SIZE (phptags-0.1.tar.gz) = 141585 +MD5 (phptags-0.2.1.tar.gz) = 0e3557dae913e3e81fca7532e1684db9 +SIZE (phptags-0.2.1.tar.gz) = 149646 diff -ruN phptags.bak/files/patch-src-phptags.cc phptags/files/patch-src-phptags.cc --- phptags.bak/files/patch-src-phptags.cc Tue May 25 17:18:30 2004 +++ phptags/files/patch-src-phptags.cc Thu Jan 1 03:00:00 1970 @@ -1,10 +0,0 @@ ---- src/phptags.cc.orig Wed May 5 11:16:43 2004 -+++ src/phptags.cc Sun May 9 20:08:36 2004 -@@ -29,7 +29,6 @@ - #include - #include - #include --#include - #include - - #include "phptags.hh" >Release-Note: >Audit-Trail: >Unformatted: