On 2016/09/13 13:51, Dmitrij D. Czarkoff wrote:
> Hi!
> 
> Below is an update to xclip-0.13.  The project moved to Github, so now
> have to deal with auto* tools.

There's nothing specific about github that means this, it's just that
nobody bothered to roll a proper release..

> I'd like to become a MAINTAINER if it is not a problem.
> 
> OKs?

OK.

> --
> Dmitrij D. Czarkoff
> 
> Index: Makefile
> ===================================================================
> RCS file: /var/cvs/ports/x11/xclip/Makefile,v
> retrieving revision 1.13
> diff -u -p -r1.13 Makefile
> --- Makefile  21 Jan 2015 13:24:40 -0000      1.13
> +++ Makefile  13 Sep 2016 11:48:15 -0000
> @@ -1,11 +1,12 @@
>  # $OpenBSD: Makefile,v 1.13 2015/01/21 13:24:40 jca Exp $
>  
>  COMMENT=             command line interface to X selections
> -DISTNAME=            xclip-0.12
> -REVISION=            0
> +GH_ACCOUNT=          astrand
> +GH_PROJECT=          xclip
> +GH_TAGNAME=          0.13
>  CATEGORIES=          x11
> -MASTER_SITES=                ${MASTER_SITE_SOURCEFORGE:=xclip/}
> -HOMEPAGE=            http://xclip.sourceforge.net/
> +
> +MAINTAINER=          Dmitrij D. Czarkoff <czark...@openbsd.org>
>  
>  # GPLv2+
>  PERMIT_PACKAGE_CDROM=   Yes
> @@ -16,6 +17,13 @@ NO_TEST=           yes
>  USE_GMAKE=           yes
>  CONFIGURE_STYLE=     gnu
>  CONFIGURE_ENV=               CPPFLAGS="-I${X11BASE}/include" \
> -                     LDFLAGS="-L${X11BASE}/lib"
> +                     LDFLAGS="-L${X11BASE}/lib" \
> +                     AUTOCONF_VERSION="${AUTOCONF_VERSION}" \
> +                     AUTOMAKE_VERSION="${AUTOMAKE_VERSION}"
> +AUTOCONF_VERSION=    2.69
> +AUTOMAKE_VERSION=    1.15
> +
> +post-patch:
> +     cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -i
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /var/cvs/ports/x11/xclip/distinfo,v
> retrieving revision 1.6
> diff -u -p -r1.6 distinfo
> --- distinfo  21 Jan 2015 12:57:41 -0000      1.6
> +++ distinfo  13 Sep 2016 11:15:16 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (xclip-0.12.tar.gz) = t8f60Fm6RG31aS0XXCodOBblQlSWYSJIBts2mg1xbEU=
> -SIZE (xclip-0.12.tar.gz) = 63420
> +SHA256 (xclip-0.13.tar.gz) = yluIBOPJEKZkI6iC15vzyUULh1rIUoeR+2DsneZn91g=
> +SIZE (xclip-0.13.tar.gz) = 30461
> 

Reply via email to