Bug 178715 - [MAINTAINER] Update www/drupal7-jailadmin to 0.6.0
Summary: [MAINTAINER] Update www/drupal7-jailadmin to 0.6.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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 14:00 UTC by Shawn Webb
Modified: 2013-05-20 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.29 KB, patch)
2013-05-17 14:00 UTC, Shawn Webb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Webb 2013-05-17 14:00:00 UTC
I recently released version 0.6.0 of my www/drupal7-jailadmin port. Please update accordingly. Patch attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-17 14:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-20 06:53:13 UTC
Author: miwi
Date: Mon May 20 05:52:59 2013
New Revision: 318571
URL: http://svnweb.freebsd.org/changeset/ports/318571

Log:
  - Update to 0.6.0
  
  PR:		178715
  Submitted by:	Shawn Webb <lattera@gmail.com> (maintainer)

Modified:
  head/www/drupal7-jailadmin/Makefile
  head/www/drupal7-jailadmin/distinfo

Modified: head/www/drupal7-jailadmin/Makefile
==============================================================================
--- head/www/drupal7-jailadmin/Makefile	Mon May 20 05:39:08 2013	(r318570)
+++ head/www/drupal7-jailadmin/Makefile	Mon May 20 05:52:59 2013	(r318571)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jailadmin
-DISTVERSION=	7.x-0.5.2
+DISTVERSION=	7.x-0.6.0
 CATEGORIES=	www
 MASTER_SITES=	http://0xfeedface.org/~shawn/projects/jailadmin/ \
     		http://mirrors.rit.edu/zi/
@@ -20,6 +20,7 @@ DRUPAL_MODULE=	yes
 DRUPAL_VERSION=	7
 MODULE_FILES=	README \
 		jailadmin.admin.inc \
+		jailadmin.drush.inc \
 		jailadmin.helpers.inc \
 		jailadmin.info \
 		jailadmin.install \
@@ -31,7 +32,8 @@ MODULE_FILES=	README \
 		classes/Mount.php \
 		classes/Network.php \
 		classes/NetworkDevice.php \
-		classes/Service.php
+		classes/Service.php \
+		.gitignore
 
 MODULE_DIRS=	classes
 

Modified: head/www/drupal7-jailadmin/distinfo
==============================================================================
--- head/www/drupal7-jailadmin/distinfo	Mon May 20 05:39:08 2013	(r318570)
+++ head/www/drupal7-jailadmin/distinfo	Mon May 20 05:52:59 2013	(r318571)
@@ -1,2 +1,2 @@
-SHA256 (drupal/jailadmin-7.x-0.5.2.tar.gz) = 09ef8f7eaeba1ed5293909f09c85168317185ad37f7ceaca20c1410f06943b0c
-SIZE (drupal/jailadmin-7.x-0.5.2.tar.gz) = 12275
+SHA256 (drupal/jailadmin-7.x-0.6.0.tar.gz) = 22f566948df878b7ce92ee3dbaa62a867797ff0a5715c78f171beed10167cbc4
+SIZE (drupal/jailadmin-7.x-0.6.0.tar.gz) = 16303
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2013-05-20 06:53:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!