mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Upgrade to version 0.9.9.
- Use GitHub sources - lib/erlang/lib is not ours to remove
This commit is contained in:
parent
251ac3c995
commit
131ee039ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362695
@ -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@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 \
|
||||
|
@ -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
|
||||
|
@ -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/lib/exmpp_xml_libxml2.so
|
||||
%%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc/html
|
||||
%%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc
|
||||
@dirrm lib/erlang/lib/exmpp-%%VERSION%%
|
||||
@dirrmtry lib/erlang/lib
|
||||
|
Loading…
Reference in New Issue
Block a user