Index: head/lang/munger/Makefile =================================================================== --- head/lang/munger/Makefile (revision 165465) +++ head/lang/munger/Makefile (revision 165466) @@ -1,62 +1,62 @@ # New ports collection makefile for: munger # Date created: Thu, 03 Jul 2003 20:05:06 EDT # Whom: James Bailie # # $FreeBSD$ # PORTNAME= munger -PORTVERSION= 4.106 +PORTVERSION= 4.107 CATEGORIES= lang MASTER_SITES= http://www.jamesbailie.com/ MAINTAINER= jimmy@jamesbailie.com COMMENT= Static lisp interpreter with text processing abilities DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} MAN1= munger.1 MANCOMPRESSED= yes OPTIONS= FCGI "include FastCGI interface" on \ SQL "include SQLite interface" on \ TERM "include character-I/O functions" on \ BN "include bignum support" off \ DKNS "install Dickens text editor" off INSTALLS_SHLIB= yes .include .if !defined(WITHOUT_SQL) USE_SQLITE= 3 MAKE_ARGS+= -DWITH_SQL .endif .if !defined(WITHOUT_FCGI) LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi MAKE_ARGS+= -DWITH_FCGI .endif .if !defined(WITHOUT_TERM) MAKE_ARGS+= -DWITH_TERM .endif .if defined(WITH_BN) MAKE_ARGS+= -DWITH_BN .endif .if defined(WITH_DKNS) MAKE_ARGS+= -DWITH_DKNS MAN1+= dkns.1 PLIST_SUB+= DKNS_BIN="bin/dkns" .else PLIST_SUB+= DKNS_BIN="${DATADIR:S,^${PREFIX}/,,}/dkns.munger" .endif post-build: .if !defined(WITHOUT_FCGI) @${CAT} ${PKGMESSAGE} .endif .include Property changes on: head/lang/munger/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/lang/munger/distinfo =================================================================== --- head/lang/munger/distinfo (revision 165465) +++ head/lang/munger/distinfo (revision 165466) @@ -1,3 +1,3 @@ -MD5 (munger-4.106.tar.gz) = 538c52117c8cbc8ce5a796f7a5d80858 -SHA256 (munger-4.106.tar.gz) = 225ee314ebc8b216d519d052f61083e73250e9190a41c91d6068942698ca842d -SIZE (munger-4.106.tar.gz) = 286110 +MD5 (munger-4.107.tar.gz) = 9bf5b614923c73891ad056ff4ca5cb38 +SHA256 (munger-4.107.tar.gz) = 01de1912c8e3e519ddc7f02ee6556ed99c7bdf3c011c8189835b7e3555adda11 +SIZE (munger-4.107.tar.gz) = 286372 Property changes on: head/lang/munger/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property