On Thu, Sep 29, 2016 at 09:58:59PM +0200, Rafael Sadowski wrote:
> Hi @ports,
>
> the diff below updates libstrophe to the latest stable version 0.9.1.
> Tested with new profanity (separate diff) on amd64 over days without
> problems. All ports regression tests are positive.
>
> Kind regards,
I assume you forgot to cvs rm the two patches:
patch-Makefile_am
patch-configure_ac
since they are no longer needed (and don't apply anymore)?
with that, it looks good to me.
>
> Rafael
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/libstrophe/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 Makefile
> --- Makefile 25 Apr 2016 17:43:39 -0000 1.1.1.1
> +++ Makefile 29 Sep 2016 17:18:38 -0000
> @@ -1,7 +1,8 @@
> # $OpenBSD: Makefile,v 1.1.1.1 2016/04/25 17:43:39 tb Exp $
>
> COMMENT = simple, lightweight XMPP C library
> -DISTNAME = libstrophe-0.8.8
> +VERSION = 0.9.1
> +DISTNAME = libstrophe-${VERSION}
> CATEGORIES = net devel
>
> HOMEPAGE = http://strophe.im/libstrophe/
> @@ -10,11 +11,11 @@ MAINTAINER = Rafael Sadowski <rafael@siz
> # Dual licensed: MIT and GPLv3
> PERMIT_PACKAGE_CDROM = Yes
>
> -GH_ACCOUNT = strophe
> -GH_PROJECT = libstrophe
> -GH_COMMIT = cd92f69c76cdb93e73e8d15c3634d1b5a9eeea57
> +DISTFILES = libstrophe-{libstrophe/archive/}${VERSION}${EXTRACT_SUFX}
> +MASTER_SITES = https://github.com/strophe/
>
> -SHARED_LIBS = strophe 0.0 # 0.0
> +
> +SHARED_LIBS = strophe 1.0 # 1.0
>
> WANTLIB += crypto expat ssl
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/libstrophe/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 distinfo
> --- distinfo 25 Apr 2016 17:43:39 -0000 1.1.1.1
> +++ distinfo 29 Sep 2016 17:18:38 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (libstrophe-0.8.8.tar.gz) =
> ngwGRZfKUP8wiame97efH6bJom+EB1O66zw90PYEuic=
> -SIZE (libstrophe-0.8.8.tar.gz) = 128539
> +SHA256 (libstrophe-0.9.1.tar.gz) =
> yQST+YblvUBxMsWj4XQ3jALLgPpOruKYdeBrS7pq/MM=
> +SIZE (libstrophe-0.9.1.tar.gz) = 153142
>