svn commit: r419545 - in head/net-im/xmpp-client: . files

Carlo Strub cs at FreeBSD.org
Wed Aug 3 19:40:41 UTC 2016


Author: cs
Date: Wed Aug  3 19:40:40 2016
New Revision: 419545
URL: https://svnweb.freebsd.org/changeset/ports/419545

Log:
  - Update to 20160717
  - Remove patches as go.net and go.crypto are now in the standard library locations

Deleted:
  head/net-im/xmpp-client/files/
Modified:
  head/net-im/xmpp-client/Makefile
  head/net-im/xmpp-client/distinfo

Modified: head/net-im/xmpp-client/Makefile
==============================================================================
--- head/net-im/xmpp-client/Makefile	Wed Aug  3 19:37:59 2016	(r419544)
+++ head/net-im/xmpp-client/Makefile	Wed Aug  3 19:40:40 2016	(r419545)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	xmpp-client
-PORTVERSION=	20160110
+PORTVERSION=	20160717
 CATEGORIES=	net-im
-MASTER_SITES=	http://c-s.li/ports/
 
 MAINTAINER=	cs at FreeBSD.org
 COMMENT=	XMPP client with OTR support
@@ -11,8 +10,11 @@ COMMENT=	XMPP client with OTR support
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \
-		${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net
+		${LOCALBASE}/${GO_LIBDIR}/golang.org/x/net/dict.a:net/go.net
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	agl
+GH_TAGNAME=	abbf9020393e8caae3e8996a16ce48446e31cf0e
 USES=		go
 PLIST_FILES=	bin/xmpp-client
 GO_PKGNAME=	github.com/agl/${PORTNAME}

Modified: head/net-im/xmpp-client/distinfo
==============================================================================
--- head/net-im/xmpp-client/distinfo	Wed Aug  3 19:37:59 2016	(r419544)
+++ head/net-im/xmpp-client/distinfo	Wed Aug  3 19:40:40 2016	(r419545)
@@ -1,2 +1,3 @@
-SHA256 (xmpp-client-20160110.tar.gz) = 3d1ef727c9bc2300a028e086c3858aeb8014494b3edd8a99ea9246bb0ca9ae41
-SIZE (xmpp-client-20160110.tar.gz) = 38833
+TIMESTAMP = 1470252820
+SHA256 (agl-xmpp-client-20160717-abbf9020393e8caae3e8996a16ce48446e31cf0e_GH0.tar.gz) = 29a7ed8c97d3d313d0979296728d44f94693354d5218e19f29927a1ee57b3678
+SIZE (agl-xmpp-client-20160717-abbf9020393e8caae3e8996a16ce48446e31cf0e_GH0.tar.gz) = 38832


More information about the svn-ports-all mailing list