svn commit: r488986 - head/net/pecl-smbclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 1 20:35:36 UTC 2019


Author: sunpoet
Date: Tue Jan  1 20:35:05 2019
New Revision: 488986
URL: https://svnweb.freebsd.org/changeset/ports/488986

Log:
  Update to 1.0.0
  
  - Remove IGNORE_WITH_PHP=73
  
  Changes:	https://pecl.php.net/package-changelog.php?package=smbclient

Modified:
  head/net/pecl-smbclient/Makefile
  head/net/pecl-smbclient/distinfo

Modified: head/net/pecl-smbclient/Makefile
==============================================================================
--- head/net/pecl-smbclient/Makefile	Tue Jan  1 20:35:00 2019	(r488985)
+++ head/net/pecl-smbclient/Makefile	Tue Jan  1 20:35:05 2019	(r488986)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	smbclient
-PORTVERSION=	0.9.0
-PORTREVISION=	4
+PORTVERSION=	1.0.0
 CATEGORIES=	net pear
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -12,7 +11,6 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl samba:lib
-IGNORE_WITH_PHP=	73
 
 CONFIGURE_ARGS=	--with-libsmbclient=${LOCALBASE}
 CPPFLAGS+=	-I${SAMBAINCLUDES}

Modified: head/net/pecl-smbclient/distinfo
==============================================================================
--- head/net/pecl-smbclient/distinfo	Tue Jan  1 20:35:00 2019	(r488985)
+++ head/net/pecl-smbclient/distinfo	Tue Jan  1 20:35:05 2019	(r488986)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486952060
-SHA256 (PECL/smbclient-0.9.0.tgz) = 368329cf1b9e60750eca470659c7eba6a78e5ce3adfbcc25ce5611006a121a70
-SIZE (PECL/smbclient-0.9.0.tgz) = 31891
+TIMESTAMP = 1546263655
+SHA256 (PECL/smbclient-1.0.0.tgz) = c57cd1be108673ada51f9cc14d874a6b24d849d7e817d5e2774c18ebd6a389a5
+SIZE (PECL/smbclient-1.0.0.tgz) = 32017


More information about the svn-ports-all mailing list