Bug 175217 - [PATCH] sysutils/pecl-mogilefs: update to 0.9.2
Summary: [PATCH] sysutils/pecl-mogilefs: update to 0.9.2
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 19:40 UTC by Gasol Wu
Modified: 2013-01-12 06:50 UTC (History)
1 user (show)

See Also:


Attachments
pecl-mogilefs-0.9.2.patch (1.37 KB, patch)
2013-01-11 19:40 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-01-11 19:40:00 UTC
- Update to 0.9.2

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-11 19:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-12 02:20:48 UTC
Author: wen
Date: Sat Jan 12 02:20:34 2013
New Revision: 310256
URL: http://svnweb.freebsd.org/changeset/ports/310256

Log:
  - Update to 0.9.2
  - Trim Makefile headers
  
  PR:		175217
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Modified:
  head/sysutils/pecl-mogilefs/Makefile
  head/sysutils/pecl-mogilefs/distinfo

Modified: head/sysutils/pecl-mogilefs/Makefile
==============================================================================
--- head/sysutils/pecl-mogilefs/Makefile	Sat Jan 12 00:41:29 2013	(r310255)
+++ head/sysutils/pecl-mogilefs/Makefile	Sat Jan 12 02:20:34 2013	(r310256)
@@ -1,12 +1,9 @@
-# Ports collection makefile for:  pecl-mogilegs
-# Date created:			  Feb 20, 2011
-# Whom:				  Wen Heping<wen@FreeBSD.org>
-#
+# Created by: Wen Heping<wen@FreeBSD.org>
 # $FreeBSD$
 #
 
 PORTNAME=	mogilefs
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	sysutils pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -15,10 +12,10 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	PHP client library to communicate with the MogileFS storage
 
-LIB_DEPENDS=	neon.27:${PORTSDIR}/www/neon29
-
 LICENSE=	BSD
 
+LIB_DEPENDS=	neon.27:${PORTSDIR}/www/neon29
+
 IGNORE_WITH_PHP=4
 
 USE_PHP=	yes

Modified: head/sysutils/pecl-mogilefs/distinfo
==============================================================================
--- head/sysutils/pecl-mogilefs/distinfo	Sat Jan 12 00:41:29 2013	(r310255)
+++ head/sysutils/pecl-mogilefs/distinfo	Sat Jan 12 02:20:34 2013	(r310256)
@@ -1,2 +1,2 @@
-SHA256 (mogilefs-0.9.1.tgz) = cb20771e144cc969eb43483786fd6c6668f27ba50d7e0dea34965245e4eedfa9
-SIZE (mogilefs-0.9.1.tgz) = 16875
+SHA256 (mogilefs-0.9.2.tgz) = fb2d348aed6f97101492deb1794eb03d8708f2f33f986d61c182b3d2ab597a37
+SIZE (mogilefs-0.9.2.tgz) = 16905
_______________________________________________
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 Wen Heping freebsd_committer freebsd_triage 2013-01-12 02:21:26 UTC
State Changed
From-To: open->closed

Committed. Thanks! Would you maintain it ?
Comment 4 Gasol Wu 2013-01-12 06:45:35 UTC
Sure, appreciate.