Bug 181314 - Maintainer Update: games/freedink to latest
Summary: Maintainer Update: games/freedink to latest
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-15 07:20 UTC by Stephen Hurd
Modified: 2013-08-15 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2013-08-15 07:20 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2013-08-15 07:20:00 UTC
Update to latest version.  Four PRs being opened for all four ports:

games/freedink
games/freedink-data
games/freedink-dfarc
games/freedink-engine

Fix: Attached.

Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-15 11:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-15 18:27:16 UTC
Author: wg
Date: Thu Aug 15 17:27:07 2013
New Revision: 324778
URL: http://svnweb.freebsd.org/changeset/ports/324778

Log:
  games/freedink: update to 20121209
  
  - Update to 20121209 [1]
  - Trim Makefile header [1]
  - Add WWW to pkg-descr
  
  Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog
  
  PR:		ports/181314 [1]
  Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)

Deleted:
  head/games/freedink/distinfo
Modified:
  head/games/freedink/Makefile
  head/games/freedink/pkg-descr

Modified: head/games/freedink/Makefile
==============================================================================
--- head/games/freedink/Makefile	Thu Aug 15 17:26:03 2013	(r324777)
+++ head/games/freedink/Makefile	Thu Aug 15 17:27:07 2013	(r324778)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	syncterm
-# Date created:		3 October 2006
-# Whom:			shurd
-#
+# Created by: Stephen Hurd <shurd@sasktel.net>
 # $FreeBSD$
-#
 
 PORTNAME=	freedink
 PORTVERSION=	1.08.${PORTVER}
-PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -21,7 +16,7 @@ RUN_DEPENDS=	freedink:${PORTSDIR}/games/
 		dfarc:${PORTSDIR}/games/freedink-dfarc
 
 NO_BUILD=	yes
-PORTVER=	20080920
+PORTVER=	20121209
 
 do-install:	# empty
 

Modified: head/games/freedink/pkg-descr
==============================================================================
--- head/games/freedink/pkg-descr	Thu Aug 15 17:26:03 2013	(r324777)
+++ head/games/freedink/pkg-descr	Thu Aug 15 17:27:07 2013	(r324778)
@@ -8,3 +8,5 @@ runs the original game as well as its D-
 compatibility, under multiple platforms.
 
 This package contains the game engine alone.
+
+WWW: http://www.gnu.org/software/freedink/
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-08-15 18:27:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!