ports/67424: [ maintainer ] devel/phptags: update to 0.2.1

Roman Bogorodskiy bogorodskiy at inbox.ru
Mon May 31 18:10:56 UTC 2004


>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 at 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 <stdlib.h> 
- #include <string.h> 
- #include <ctype.h> 
--#include <getopt.h>
- #include <unistd.h>
- 
- #include "phptags.hh"

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list