Date: Sat, 26 Mar 2005 05:01:30 -0500 From: James Bailie <jimmy@jamesbailie.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79247: Update Port: lang/munger => 4.53 Message-ID: <20050326100133.AD48143D4C@mx1.FreeBSD.org> Resent-Message-ID: <200503261010.j2QAA13n044564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79247 >Category: ports >Synopsis: Update Port: lang/munger => 4.53 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 26 10:10:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: James Bailie <jimmy@jamesbailie.com> >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD localhost 5.3-RELEASE FreeBSD 5.3-RELEASE #5: Sat Mar 26 03:20:23 EST 2005 jbailie@localhost:/usr/src/sys/i386/compile/LOCAL i386 >Description: >How-To-Repeat: >Fix: --- diff.txt begins here --- diff -ruN /usr/ports/lang/munger/Makefile munger/Makefile --- /usr/ports/lang/munger/Makefile Wed Jan 12 18:10:14 2005 +++ munger/Makefile Wed Mar 16 12:57:26 2005 @@ -2,53 +2,54 @@ # Date created: Thu, 03 Jul 2003 20:05:06 EDT # Whom: James Bailie <jimmy@jamesbailie.com> # -# $FreeBSD: ports/lang/munger/Makefile,v 1.3 2005/01/12 23:10:14 edwin Exp $ +# $FreeBSD$ # -PORTNAME= munger -PORTVERSION= 4.44 -CATEGORIES= lang -MASTER_SITES= http://www.jamesbailie.com/ +PORTNAME=munger +PORTVERSION=4.53 +PORTREVISION= +CATEGORIES=lang +MASTER_SITES=http://www.jamesbailie.com/ -MAINTAINER= jimmy@jamesbailie.com -COMMENT= Static lisp interpreter with text processing abilities +MAINTAINER=jimmy@jamesbailie.com +COMMENT=Static lisp interpreter with text processing abilities -PLIST_SUB= MUNGER_VERSION=${PORTVERSION} +PLIST_SUB=MUNGER_VERSION=${PORTVERSION} -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS=expat.5:${PORTSDIR}/textproc/expat2 -MAN1= munger.1 httpf.1 xml2munger.1 -MANCOMPRESSED= yes +MAN1=munger.1 httpf.1 xml2munger.1 +MANCOMPRESSED=yes .if !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -OPTIONS= FCGI "include FastCGI interface" on \ - SQL "include SQLite interface" on \ - TERM "include character-I/O functions" on +IS_INTERACTIVE=yes +OPTIONS=FCGI "include FastCGI interface" on \ + SQL "include SQLite interface" on \ + TERM "include character-I/O functions" on .else -WITH_SQL= yes -WITH_FCGI= yes -WITH_TERM= yes +WITH_SQL=1 +WITH_FCGI=1 +WITH_TERM=1 .endif # Prevents SQLite from obnoxiously installing Tcl/Tk merely to build its docs. -NOPORTDOCS= yes +NOPORTDOCS=yes .include <bsd.port.pre.mk> .if defined(WITH_SQL) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 -MAKE_ARGS+= -DWITH_SQL +LIB_DEPENDS+=sqlite3.8:${PORTSDIR}/databases/sqlite3 +MAKE_ARGS+=-DWITH_SQL .endif .if defined(WITH_FCGI) -LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi -MAKE_ARGS+= -DWITH_FCGI +LIB_DEPENDS+=fcgi.0:${PORTSDIR}/www/fcgi +MAKE_ARGS+=-DWITH_FCGI .endif .if defined(WITH_TERM) -MAKE_ARGS+= -DWITH_TERM +MAKE_ARGS+=-DWITH_TERM .endif post-build: diff -ruN /usr/ports/lang/munger/distinfo munger/distinfo --- /usr/ports/lang/munger/distinfo Wed Jan 12 18:10:14 2005 +++ munger/distinfo Fri Mar 25 17:06:09 2005 @@ -1,2 +1,2 @@ -MD5 (munger-4.44.tar.gz) = 71f2eb32a7969d4da2aea79702cec131 -SIZE (munger-4.44.tar.gz) = 169294 +MD5 (munger-4.53.tar.gz) = 47d3abc3d18c6bac5f054b8f93c56465 +SIZE (munger-4.53.tar.gz) = 163175 diff -ruN /usr/ports/lang/munger/pkg-descr munger/pkg-descr --- /usr/ports/lang/munger/pkg-descr Wed Jan 12 18:10:14 2005 +++ munger/pkg-descr Mon Dec 27 19:32:46 2004 @@ -9,5 +9,8 @@ are provided. Munger also has interfaces to the FastCGI devkit (http://www.fastcgi.com), and the SQLite library (http://www.sqlite.org). -WWW: http://www.jamesbailie.com/munger.html -Author: James Bailie <jimmy@jamesbailie.com> +WWW: http://jamesbailie.com/munger.html + +-- +James Bailie <jimmy@jamesbailie.com> +http://jamesbailie.com diff -ruN /usr/ports/lang/munger/pkg-plist munger/pkg-plist --- /usr/ports/lang/munger/pkg-plist Wed Jan 12 18:10:14 2005 +++ munger/pkg-plist Thu Mar 10 13:24:21 2005 @@ -6,8 +6,6 @@ share/munger-%%MUNGER_VERSION%%/google.munger share/munger-%%MUNGER_VERSION%%/google.template share/munger-%%MUNGER_VERSION%%/ed.munger -share/munger-%%MUNGER_VERSION%%/xml2lisp.munger -share/munger-%%MUNGER_VERSION%%/xml2lisp2.munger share/munger-%%MUNGER_VERSION%%/xmlquery.munger share/munger-%%MUNGER_VERSION%%/filter.munger share/munger-%%MUNGER_VERSION%%/tags.munger --- diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050326100133.AD48143D4C>