svn commit: r362695 - head/textproc/exmpp

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 23 13:53:09 UTC 2014


Author: olgeni
Date: Wed Jul 23 13:53:07 2014
New Revision: 362695
URL: http://svnweb.freebsd.org/changeset/ports/362695
QAT: https://qat.redports.org/buildarchive/r362695/

Log:
  Upgrade to version 0.9.9.
  
  - Use GitHub sources
  - lib/erlang/lib is not ours to remove

Modified:
  head/textproc/exmpp/Makefile
  head/textproc/exmpp/distinfo   (contents, props changed)
  head/textproc/exmpp/pkg-plist

Modified: head/textproc/exmpp/Makefile
==============================================================================
--- head/textproc/exmpp/Makefile	Wed Jul 23 13:41:07 2014	(r362694)
+++ head/textproc/exmpp/Makefile	Wed Jul 23 13:53:07 2014	(r362695)
@@ -2,11 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	exmpp
-PORTVERSION=	0.9.7
-PORTREVISION=	2
+PORTVERSION=	0.9.9
 CATEGORIES=	textproc net-im
-MASTER_SITES=	http://download.process-one.net/${PORTNAME}/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Fast and scalable library for XMPP written in Erlang/OTP
@@ -19,6 +16,12 @@ RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	processone
+GH_PROJECT=	exmpp
+GH_COMMIT=	829cdc2
+GH_TAGNAME=	v${PORTVERSION}
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-static=yes \
 		--enable-shared=yes \

Modified: head/textproc/exmpp/distinfo
==============================================================================
--- head/textproc/exmpp/distinfo	Wed Jul 23 13:41:07 2014	(r362694)
+++ head/textproc/exmpp/distinfo	Wed Jul 23 13:53:07 2014	(r362695)
@@ -1,2 +1,2 @@
-SHA256 (exmpp-0.9.7.tgz) = e0816b3c06b9b559a2613f72ffdc1ba0a8384bb50c1fc976a9a686e02b1d262a
-SIZE (exmpp-0.9.7.tgz) = 248672
+SHA256 (exmpp-0.9.9.tar.gz) = 51c32d162a8fbed254555b9e8e03a439ea8c0455829e8a094bd0f8c13e262156
+SIZE (exmpp-0.9.9.tar.gz) = 249753

Modified: head/textproc/exmpp/pkg-plist
==============================================================================
--- head/textproc/exmpp/pkg-plist	Wed Jul 23 13:41:07 2014	(r362694)
+++ head/textproc/exmpp/pkg-plist	Wed Jul 23 13:53:07 2014	(r362695)
@@ -1,5 +1,4 @@
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_socket.html
-%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_zlib.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/erlang.png
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_bosh.html
@@ -126,4 +125,3 @@ lib/erlang/lib/exmpp-%%VERSION%%/priv/li
 %%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc/html
 %%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc
 @dirrm lib/erlang/lib/exmpp-%%VERSION%%
- at dirrmtry lib/erlang/lib


More information about the svn-ports-head mailing list