Bug 176174 - [PATCH] games/0ad: Changed Homepage, use LDCONFIG
Summary: [PATCH] games/0ad: Changed Homepage, use LDCONFIG
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 16:00 UTC by nemysis
Modified: 2013-02-15 22:10 UTC (History)
1 user (show)

See Also:


Attachments
0ad-0.0.12_2.patch (705 bytes, patch)
2013-02-15 16:00 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-02-15 16:00:00 UTC
Makefile changed:
+USE_LDCONFIG=	yes

pkg-descr
+WWW: http://play0ad.com/

Port maintainer (madpilot@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-15 16:00:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2013-02-15 22:06:08 UTC
Hi,

Thanks for the patch.

I did forget to update the WWW line when I last touched the port.

USE_LDCONFIG is not needed by this port though, since it does not 
install any library meant for external use. All the libraries this port 
installs are strictly for use by the port itself.

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-15 22:08:50 UTC
Author: madpilot
Date: Fri Feb 15 22:08:37 2013
New Revision: 312311
URL: http://svnweb.freebsd.org/changeset/ports/312311

Log:
  Update WWW.
  
  PR:		ports/176174
  Submitted by: 	nemysis <nemysis@gmx.ch>

Modified:
  head/games/0ad/pkg-descr   (contents, props changed)

Modified: head/games/0ad/pkg-descr
==============================================================================
--- head/games/0ad/pkg-descr	Fri Feb 15 22:05:12 2013	(r312310)
+++ head/games/0ad/pkg-descr	Fri Feb 15 22:08:37 2013	(r312311)
@@ -13,4 +13,4 @@ documentation are available under CC-BY-
 0 A.D. an educational celebration of game development and ancient
 history.
 
-WWW: http://wildfiregames.com/0ad/
+WWW: http://play0ad.com/
_______________________________________________
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 4 Guido Falsi freebsd_committer freebsd_triage 2013-02-15 22:08:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!