1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- 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)
This commit is contained in:
Emanuel Haupt 2017-04-18 14:31:32 +00:00
parent ea3cacb3fb
commit 04ddda36a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438781
3 changed files with 10 additions and 12 deletions

View File

@ -3,28 +3,25 @@
PORTNAME= libbinio PORTNAME= libbinio
PORTVERSION= 1.4 PORTVERSION= 1.4
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Binary I/O stream class library COMMENT= Binary I/O stream class library
LICENSE= LGPL21 LICENSE= LGPL21
USES= pathfix libtool USES= autoreconf libtool pathfix
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GITHUB= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include GH_ACCOUNT= adplug
LDFLAGS+= -L${LOCALBASE}/lib GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
CFLAGS+= ${CPPFLAGS}
CXXFLAGS+= ${CPPFLAGS}
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
post-patch: 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> .include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (libbinio-1.4.tar.gz) = fa1d468b61a09203b5620fd97333b40fd6b6cf3f68ed7022148aec5a7a54665b TIMESTAMP = 1492519130
SIZE (libbinio-1.4.tar.gz) = 434961 SHA256 (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 15b6fe12df35c4c34f7d2ba787f7b5f3ba02cfbcd0bffed3b8c3a737bd457499
SIZE (adplug-libbinio-1.4-libbinio-1.4_GH0.tar.gz) = 53299

View File

@ -8,4 +8,4 @@ representation.
It further employs no special I/O protocol and can be used on arbitrary It further employs no special I/O protocol and can be used on arbitrary
binary data sources. binary data sources.
WWW: http://libbinio.sourceforge.net/ WWW: http://adplug.github.io/libbinio/