Index: head/devel/libbinio/Makefile =================================================================== --- head/devel/libbinio/Makefile (revision 438780) +++ head/devel/libbinio/Makefile (revision 438781) @@ -1,30 +1,27 @@ # Created by: Emanuel Haupt # $FreeBSD$ 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 +GH_ACCOUNT= adplug +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} -CFLAGS+= ${CPPFLAGS} -CXXFLAGS+= ${CPPFLAGS} - 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 Index: head/devel/libbinio/distinfo =================================================================== --- head/devel/libbinio/distinfo (revision 438780) +++ head/devel/libbinio/distinfo (revision 438781) @@ -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 Index: head/devel/libbinio/pkg-descr =================================================================== --- head/devel/libbinio/pkg-descr (revision 438780) +++ head/devel/libbinio/pkg-descr (revision 438781) @@ -1,11 +1,11 @@ The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data 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/