Bug 174675 - [UPDATE] devel/pecl-inclued: Update to 0.1.3 & change MASTER_SITES & take maintainership
Summary: [UPDATE] devel/pecl-inclued: Update to 0.1.3 & change MASTER_SITES & take mai...
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: 2012-12-24 12:10 UTC by Hung-Yi Chen
Modified: 2013-02-04 03:10 UTC (History)
0 users

See Also:


Attachments
pecl-inclued.diff (1.35 KB, patch)
2012-12-24 12:10 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2012-12-24 12:10:00 UTC
	Update to 0.1.3 support PHP 5.4.
        Change MASTER_SITES to official site.
        Take maintainership to provide further updates.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-24 12:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 wenheping 2012-12-27 08:13:07 UTC
Here PORTREPOCH should be bumped.

wen
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 03:00:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-04 03:00:54 UTC
Author: miwi
Date: Mon Feb  4 03:00:46 2013
New Revision: 311564
URL: http://svnweb.freebsd.org/changeset/ports/311564

Log:
  - Update to 0.1.3
  - Convert header
  - Add WWW
  
  PR:		174675
  Submitted by:	Hung-Yi Chen <gaod@hychen.org>

Modified:
  head/devel/pecl-inclued/Makefile   (contents, props changed)
  head/devel/pecl-inclued/distinfo   (contents, props changed)
  head/devel/pecl-inclued/pkg-descr   (contents, props changed)

Modified: head/devel/pecl-inclued/Makefile
==============================================================================
--- head/devel/pecl-inclued/Makefile	Mon Feb  4 02:58:12 2013	(r311563)
+++ head/devel/pecl-inclued/Makefile	Mon Feb  4 03:00:46 2013	(r311564)
@@ -1,16 +1,13 @@
-# New ports collection makefile for:	pecl-inclued
-# Date created:			2007/10/28
-# Whom:				chinsan
-#
+# Created by: chinsan
 # $FreeBSD$
-#
 
 PORTNAME=	inclued
-PORTVERSION=	0.3
+PORTVERSION=	0.1.3
+PORTEPOCH=	1
 CATEGORIES=	devel pear
-MASTER_SITES=	LOCAL/chinsan/PECL
+MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-DIST_SUBDIR=	PECL
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Inclued gives you a Clue for PHP inclusion check
@@ -19,8 +16,6 @@ LICENSE=	PHP301
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
 
 CONFIGURE_ARGS=	--enable-inclued
 

Modified: head/devel/pecl-inclued/distinfo
==============================================================================
--- head/devel/pecl-inclued/distinfo	Mon Feb  4 02:58:12 2013	(r311563)
+++ head/devel/pecl-inclued/distinfo	Mon Feb  4 03:00:46 2013	(r311564)
@@ -1,2 +1,2 @@
-SHA256 (PECL/inclued-0.3.tar.gz) = e46df2bb1e62b534b8cd261015a9631b420e488882cc23b4b2a042ca35921b7a
-SIZE (PECL/inclued-0.3.tar.gz) = 7532
+SHA256 (inclued-0.1.3.tgz) = 89d7324b164b739b53d5290c7ec99d8e05522e76db0885bda4b4a693113b4a28
+SIZE (inclued-0.1.3.tgz) = 9625

Modified: head/devel/pecl-inclued/pkg-descr
==============================================================================
--- head/devel/pecl-inclued/pkg-descr	Mon Feb  4 02:58:12 2013	(r311563)
+++ head/devel/pecl-inclued/pkg-descr	Mon Feb  4 03:00:46 2013	(r311564)
@@ -1,2 +1,4 @@
 Inclued gives you a Clue ! Also inclued is some php code to transform the
 dump data into graphviz formatted .dot files.
+
+WWW: http://pecl.php.net/package/inclued
\ No newline at end of file
_______________________________________________
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"