From owner-svn-ports-all@freebsd.org Sun Oct 2 16:24:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FFDAF095B; Sun, 2 Oct 2016 16:24:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83EC9DA7; Sun, 2 Oct 2016 16:24:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u92GOWRQ049993; Sun, 2 Oct 2016 16:24:32 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u92GOWCD049988; Sun, 2 Oct 2016 16:24:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610021624.u92GOWCD049988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 2 Oct 2016 16:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423135 - in head/graphics/iec16022: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 16:24:33 -0000 Author: ehaupt Date: Sun Oct 2 16:24:32 2016 New Revision: 423135 URL: https://svnweb.freebsd.org/changeset/ports/423135 Log: - Update to 0.2.7 - Reolocate to github - Use pathfix macro Added: head/graphics/iec16022/files/ head/graphics/iec16022/files/patch-image.c (contents, props changed) Modified: head/graphics/iec16022/Makefile head/graphics/iec16022/distinfo head/graphics/iec16022/pkg-descr head/graphics/iec16022/pkg-plist Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Sun Oct 2 16:10:05 2016 (r423134) +++ head/graphics/iec16022/Makefile Sun Oct 2 16:24:32 2016 (r423135) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= iec16022 -PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTVERSION= 0.2.7 +DISTVERSIONPREFIX= v CATEGORIES= graphics -MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ - LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create 2D barcodes, also known as DataMatrix @@ -15,9 +13,14 @@ LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:devel/popt +USE_GITHUB= yes +GH_ACCOUNT= rdoeffinger + GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool pkgconfig +USES= autoreconf gmake libtool pathfix pkgconfig + +PATHFIX_MAKEFILEIN= Makefile.am CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC @@ -26,8 +29,6 @@ INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c - @${REINPLACE_CMD} -e \ - "s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|" \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/-Wno-unused-result/d' ${WRKSRC}/Makefile.am .include Modified: head/graphics/iec16022/distinfo ============================================================================== --- head/graphics/iec16022/distinfo Sun Oct 2 16:10:05 2016 (r423134) +++ head/graphics/iec16022/distinfo Sun Oct 2 16:24:32 2016 (r423135) @@ -1,2 +1,3 @@ -SHA256 (iec16022-0.2.4.tar.gz) = 0941afede03cecc9607b9abd3093c538d982f9f8b87294cf1c2f89306be3df12 -SIZE (iec16022-0.2.4.tar.gz) = 308129 +TIMESTAMP = 1475423331 +SHA256 (rdoeffinger-iec16022-v0.2.7_GH0.tar.gz) = 34f00da5f6c83dd14b2803e5ed0f5310310e452023fe989c59fc5489b78cd33a +SIZE (rdoeffinger-iec16022-v0.2.7_GH0.tar.gz) = 32970 Added: head/graphics/iec16022/files/patch-image.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/iec16022/files/patch-image.c Sun Oct 2 16:24:32 2016 (r423135) @@ -0,0 +1,11 @@ +--- image.c.orig 2016-10-02 16:05:20 UTC ++++ image.c +@@ -40,6 +40,8 @@ static inline unsigned htonl(unsigned i) + #include + #endif + ++#include ++ + static unsigned char const bbc[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // + 0x18, 0x18, 0x18, 0x18, 0x18, 0x00, 0x18, 0x00, // ! Modified: head/graphics/iec16022/pkg-descr ============================================================================== --- head/graphics/iec16022/pkg-descr Sun Oct 2 16:10:05 2016 (r423134) +++ head/graphics/iec16022/pkg-descr Sun Oct 2 16:24:32 2016 (r423135) @@ -1,4 +1,4 @@ Create 2D barcodes, also known as Data Matrix. These barcodes are defined in ISO/IEC 16022. -WWW: http://datenfreihafen.org/projects/iec16022.html +WWW: https://github.com/rdoeffinger/iec16022 Modified: head/graphics/iec16022/pkg-plist ============================================================================== --- head/graphics/iec16022/pkg-plist Sun Oct 2 16:10:05 2016 (r423134) +++ head/graphics/iec16022/pkg-plist Sun Oct 2 16:24:32 2016 (r423135) @@ -2,9 +2,9 @@ bin/iec16022 include/iec16022/iec16022ecc200.h include/iec16022/image.h include/iec16022/reedsol.h -lib/libiec16022.so.0.0.0 -lib/libiec16022.so.0 -lib/libiec16022.so lib/libiec16022.a +lib/libiec16022.so +lib/libiec16022.so.0 +lib/libiec16022.so.0.1.0 libdata/pkgconfig/libiec16022.pc man/man1/iec16022.1.gz