Date: Tue, 18 Apr 2017 14:31:32 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438781 - head/devel/libbinio Message-ID: <201704181431.v3IEVWxb034847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Apr 18 14:31:32 2017 New Revision: 438781 URL: https://svnweb.freebsd.org/changeset/ports/438781 Log: - Move from SF to GitHub - Update WWW - Use autoreconf and remove now unneeded extra compiler flags - distfile checksum differs due to the removal of VCS files, autoconf files, adjustment of copyright dates, no functional changes - To be safe bump PORTREVISION (autoreconf) Modified: head/devel/libbinio/Makefile head/devel/libbinio/distinfo head/devel/libbinio/pkg-descr Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Tue Apr 18 13:38:10 2017 (r438780) +++ head/devel/libbinio/Makefile Tue Apr 18 14:31:32 2017 (r438781) @@ -3,28 +3,25 @@ PORTNAME= libbinio PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel -MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library LICENSE= LGPL21 -USES= pathfix libtool +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes +USE_GITHUB= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CFLAGS+= ${CPPFLAGS} -CXXFLAGS+= ${CPPFLAGS} +GH_ACCOUNT= adplug +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-strip post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am .include <bsd.port.mk> Modified: head/devel/libbinio/distinfo ============================================================================== --- head/devel/libbinio/distinfo Tue Apr 18 13:38:10 2017 (r438780) +++ head/devel/libbinio/distinfo Tue Apr 18 14:31:32 2017 (r438781) @@ -1,2 +1,3 @@ -SHA256 (libbinio-1.4.tar.gz) = fa1d468b61a09203b5620fd97333b40fd6b6cf3f68ed7022148aec5a7a54665b -SIZE (libbinio-1.4.tar.gz) = 434961 +TIMESTAMP = 1492519130 +SHA256 (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 15b6fe12df35c4c34f7d2ba787f7b5f3ba02cfbcd0bffed3b8c3a737bd457499 +SIZE (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 53299 Modified: head/devel/libbinio/pkg-descr ============================================================================== --- head/devel/libbinio/pkg-descr Tue Apr 18 13:38:10 2017 (r438780) +++ head/devel/libbinio/pkg-descr Tue Apr 18 14:31:32 2017 (r438781) @@ -8,4 +8,4 @@ representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources. -WWW: http://libbinio.sourceforge.net/ +WWW: http://adplug.github.io/libbinio/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704181431.v3IEVWxb034847>