Bug 180082 - www/ach update and take maintainership
Summary: www/ach 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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-29 07:00 UTC by Danilo Egêa Gondolfo
Modified: 2013-06-29 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.55 KB, patch)
2013-06-29 07:00 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-29 07:00:00 UTC
Changes
- Update from 1.0.2 to 1.0.3
- Take maintainership

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-29 08:52:33 UTC
Author: ak
Date: Sat Jun 29 07:52:25 2013
New Revision: 322028
URL: http://svnweb.freebsd.org/changeset/ports/322028

Log:
  - Update to 1.0.3
  - Pass maintainership to submitter
  - Remove indefinite article from COMMENT
  
  PR:	ports/180082
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>

Modified:
  head/www/ach/Makefile
  head/www/ach/distinfo   (contents, props changed)
  head/www/ach/pkg-plist   (contents, props changed)

Modified: head/www/ach/Makefile
==============================================================================
--- head/www/ach/Makefile	Sat Jun 29 07:07:07 2013	(r322027)
+++ head/www/ach/Makefile	Sat Jun 29 07:52:25 2013	(r322028)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	ACH
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	www
 MASTER_SITES=	http://cloud.github.com/downloads/Burton/Analysis-of-Competing-Hypotheses/
 EXTRACT_SUFX=	-alpha.tar
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A free, open source tool for complex research problems
+MAINTAINER=	danilogondolfo@gmail.com
+COMMENT=	Free, open source tool for complex research problems
 
 LICENSE=	GPLv3
 

Modified: head/www/ach/distinfo
==============================================================================
--- head/www/ach/distinfo	Sat Jun 29 07:07:07 2013	(r322027)
+++ head/www/ach/distinfo	Sat Jun 29 07:52:25 2013	(r322028)
@@ -1,2 +1,2 @@
-SHA256 (ACH-1.0.2-alpha.tar) = 9d4be8bf8edc56be210230b69d04703501a186923f9b85112e8eab30bd78f48b
-SIZE (ACH-1.0.2-alpha.tar) = 2180096
+SHA256 (ACH-1.0.3-alpha.tar) = 60957cf57c3e9b761177d31ead1ccf91f261b5eadf796bb708216ec508b85a47
+SIZE (ACH-1.0.3-alpha.tar) = 2162176

Modified: head/www/ach/pkg-plist
==============================================================================
--- head/www/ach/pkg-plist	Sat Jun 29 07:07:07 2013	(r322027)
+++ head/www/ach/pkg-plist	Sat Jun 29 07:52:25 2013	(r322028)
@@ -1,5 +1,6 @@
 %%WWWDIR%%/COPYING
 %%WWWDIR%%/README
+%%WWWDIR%%/RELEASE NOTES
 %%WWWDIR%%/.htaccess
 %%WWWDIR%%/action.php
 %%WWWDIR%%/add_comment_action.php
@@ -111,6 +112,9 @@
 %%WWWDIR%%/images/icons/zoom.png
 %%WWWDIR%%/images/icons/zoom_in.png
 %%WWWDIR%%/images/icons/zoom_out.png
+%%WWWDIR%%/images/icons/bullet_add.png
+%%WWWDIR%%/images/icons/help_red.png
+%%WWWDIR%%/images/icons/lock.png
 %%WWWDIR%%/images/monkey.jpg
 %%WWWDIR%%/images/no_photo.gif
 %%WWWDIR%%/images/shadow-grid.gif
_______________________________________________
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 2 Alex Kozlov freebsd_committer freebsd_triage 2013-06-29 08:53:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-06-29 08:53:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!