Bug 180038 - games/freecell-solver update and take maintainership
Summary: games/freecell-solver update and take maintainership
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 21:20 UTC by Danilo Egêa Gondolfo
Modified: 2013-06-28 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.10 KB, patch)
2013-06-27 21:20 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-06-27 21:20:00 UTC
Changes
- Updated from 3.18.1 to 3.20.0
- Take maintainership

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-06-28 15:35:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-28 16:21:08 UTC
Author: pawel
Date: Fri Jun 28 15:20:55 2013
New Revision: 321964
URL: http://svnweb.freebsd.org/changeset/ports/321964

Log:
  - Update to version 3.20.0
  - Hand maintainership to submitter
  
  PR:		ports/180038
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>

Modified:
  head/games/freecell-solver/Makefile
  head/games/freecell-solver/distinfo

Modified: head/games/freecell-solver/Makefile
==============================================================================
--- head/games/freecell-solver/Makefile	Fri Jun 28 14:12:16 2013	(r321963)
+++ head/games/freecell-solver/Makefile	Fri Jun 28 15:20:55 2013	(r321964)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	freecell-solver
-PORTVERSION=	3.18.1
+PORTVERSION=	3.20.0
 CATEGORIES=	games
 MASTER_SITES=	http://fc-solve.shlomifish.org/downloads/fc-solve/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Open source framework for solving Freecell
 
 LICENSE=	MIT
@@ -17,7 +17,7 @@ TCMALLOC_DESC=	Use Google's TCMalloc
 
 USE_BZIP2=	yes
 USES=		cmake:outsource
-USE_PERL5_BUILD=yes
+USE_PERL5_BUILD=	yes
 CMAKE_ARGS=	-DFCS_WITH_TEST_SUITE:BOOL=OFF
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/games/freecell-solver/distinfo
==============================================================================
--- head/games/freecell-solver/distinfo	Fri Jun 28 14:12:16 2013	(r321963)
+++ head/games/freecell-solver/distinfo	Fri Jun 28 15:20:55 2013	(r321964)
@@ -1,2 +1,2 @@
-SHA256 (freecell-solver-3.18.1.tar.bz2) = d883fe9aeed4f0ad25e6b4b167dd18b68d98baba43029f12e508ecb46be9f473
-SIZE (freecell-solver-3.18.1.tar.bz2) = 552744
+SHA256 (freecell-solver-3.20.0.tar.bz2) = c4ad9f03e633c7fb4afeff6bab62aa9480e003305aad0f917aff7bd9ac1a19e0
+SIZE (freecell-solver-3.20.0.tar.bz2) = 553661
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2013-06-28 16:21:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!