Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2005 18:50:06 GMT
From:      James Bailie <jimmy@jamesbailie.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   subject=Re: ports/79247: Update Port: lang/munger => 4.53
Message-ID:  <200504041850.j34Io6FU010545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79247; it has been noted by GNATS.

From: James Bailie <jimmy@jamesbailie.com>
To: freebsd-gnats-submit@FreeBSD.org, jimmy@jamesbailie.com
Cc:  
Subject: subject=Re: ports/79247: Update Port: lang/munger => 4.53
Date: Mon, 04 Apr 2005 14:45:25 -0400

 This is a multi-part message in MIME format.
 --------------090001080305070108020906
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Use the attached patch instead.
 
 --------------090001080305070108020906
 Content-Type: text/plain;
  name="diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="diff.txt"
 
 diff -ruN /usr/ports/lang/munger/Makefile munger/Makefile
 --- /usr/ports/lang/munger/Makefile	Wed Jan 12 18:10:14 2005
 +++ munger/Makefile	Sun Apr  3 03:46:31 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.54
 +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	Mon Apr  4 14:31:24 2005
 @@ -1,2 +1,2 @@
 -MD5 (munger-4.44.tar.gz) = 71f2eb32a7969d4da2aea79702cec131
 -SIZE (munger-4.44.tar.gz) = 169294
 +MD5 (munger-4.54.tar.gz) = 531e0139399d5a8f45ca938e8848fea8
 +SIZE (munger-4.54.tar.gz) = 164094
 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
 
 --------------090001080305070108020906--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504041850.j34Io6FU010545>