Bug 181803 - Update Port: lang/munger => 5.0
Summary: Update Port: lang/munger => 5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 11:50 UTC by jimmy
Modified: 2013-09-06 05:40 UTC (History)
0 users

See Also:


Attachments
munger.diff (1.46 KB, patch)
2013-09-04 11:50 UTC, jimmy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2013-09-04 11:50:00 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-04 11:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-06 05:30:43 UTC
Author: tabthorpe
Date: Fri Sep  6 04:30:35 2013
New Revision: 326459
URL: http://svnweb.freebsd.org/changeset/ports/326459

Log:
  - Update to 5.0
  - Builds on sparc64 now
  
  PR:		ports/181803
  Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)

Modified:
  head/lang/munger/Makefile
  head/lang/munger/distinfo
  head/lang/munger/pkg-plist

Modified: head/lang/munger/Makefile
==============================================================================
--- head/lang/munger/Makefile	Fri Sep  6 03:16:34 2013	(r326458)
+++ head/lang/munger/Makefile	Fri Sep  6 04:30:35 2013	(r326459)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	munger
-PORTVERSION=	4.195
+PORTVERSION=	5.0
 CATEGORIES=	lang
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -19,8 +19,6 @@ MANCOMPRESSED=	yes
 OPTIONS_DEFINE=	SQLITE
 OPTIONS_DEFAULT=	SQLITE
 
-USE_LDCONFIG=	yes
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSQLITE}
@@ -28,8 +26,4 @@ USE_SQLITE=	3
 MAKE_ARGS+=	-DWITH_SQL
 .endif
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not link on sparc64
-.endif
-
 .include <bsd.port.mk>

Modified: head/lang/munger/distinfo
==============================================================================
--- head/lang/munger/distinfo	Fri Sep  6 03:16:34 2013	(r326458)
+++ head/lang/munger/distinfo	Fri Sep  6 04:30:35 2013	(r326459)
@@ -1,2 +1,2 @@
-SHA256 (munger-4.195.tar.gz) = 1a10550c89cbc7a455c0584784adee88c011f87ca5fe263afdcb6f6490420725
-SIZE (munger-4.195.tar.gz) = 221289
+SHA256 (munger-5.0.tar.gz) = e19ddd5d8622382a321ad90fa6395139e003b8b6b5c5653efb6891f72c8f6d20
+SIZE (munger-5.0.tar.gz) = 215515

Modified: head/lang/munger/pkg-plist
==============================================================================
--- head/lang/munger/pkg-plist	Fri Sep  6 03:16:34 2013	(r326458)
+++ head/lang/munger/pkg-plist	Fri Sep  6 04:30:35 2013	(r326459)
@@ -1,5 +1,5 @@
 bin/munger
-lib/libmunger.so.79
+%%DATADIR%%/mush.munger
 %%DATADIR%%/httpd.munger
 %%DATADIR%%/echo.munger
 %%DATADIR%%/xml2alist.munger
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2013-09-06 05:31:01 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!