Bug 182519 - |PATCH| databases/pecl-mongo: update to 1.4.4
Summary: |PATCH| databases/pecl-mongo: update to 1.4.4
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: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 19:30 UTC by rustem.alimov
Modified: 2013-10-31 22:20 UTC (History)
0 users

See Also:


Attachments
pecl-mongo.diff (731 bytes, patch)
2013-09-30 19:30 UTC, rustem.alimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rustem.alimov 2013-09-30 19:30:00 UTC
- Update to 1.4.4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-30 19:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-10-30 19:51:47 UTC
Responsible Changed
From-To: miwi->antoine

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-31 22:15:29 UTC
Author: antoine
Date: Thu Oct 31 22:15:21 2013
New Revision: 332290
URL: http://svnweb.freebsd.org/changeset/ports/332290

Log:
  - Update to 1.4.4
  - Convert to STAGEDIR
  
  PR:		ports/182519
  Submitted by:	Rustem Alimov
  Approved by:	maintainer timeout (1 month)

Modified:
  head/databases/pecl-mongo/Makefile
  head/databases/pecl-mongo/distinfo

Modified: head/databases/pecl-mongo/Makefile
==============================================================================
--- head/databases/pecl-mongo/Makefile	Thu Oct 31 21:33:48 2013	(r332289)
+++ head/databases/pecl-mongo/Makefile	Thu Oct 31 22:15:21 2013	(r332290)
@@ -2,26 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	mongo
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.4
 CATEGORIES=	databases pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	PECL
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PECL classes for Mongo Database Driver
 
 LICENSE=	AL2
 
-USE_PHP=	yes
-USE_PHP_BUILD=	spl
+USE_PHP=	spl
+USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
-CONFIGURE_ARGS=	--enable-mongo=${LOCALBASE}
+CONFIGURE_ARGS=	--enable-mongo
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/databases/pecl-mongo/distinfo
==============================================================================
--- head/databases/pecl-mongo/distinfo	Thu Oct 31 21:33:48 2013	(r332289)
+++ head/databases/pecl-mongo/distinfo	Thu Oct 31 22:15:21 2013	(r332290)
@@ -1,2 +1,2 @@
-SHA256 (mongo-1.4.1.tgz) = 230e7d26eaa826c7aacfc90fd1128f8c390216abe7f588d3bbcd130bd1fb84b6
-SIZE (mongo-1.4.1.tgz) = 138957
+SHA256 (PECL/mongo-1.4.4.tgz) = fb477e447779cff794e3a976232f5741fcc59c9f6798fccd9d0bb1a911fadd71
+SIZE (PECL/mongo-1.4.4.tgz) = 141242
_______________________________________________
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 4 Antoine Brodin freebsd_committer freebsd_triage 2013-10-31 22:18:25 UTC
State Changed
From-To: open->closed

Port updated, thanks!