From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 27 15:25:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AD58DC1 for ; Wed, 27 May 2015 15:25:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 3A62160A for ; Wed, 27 May 2015 15:25:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RFPuxT014452 for ; Wed, 27 May 2015 15:25:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198709] [New port] devel/unibilium: a terminfo parsing library Date: Wed, 27 May 2015 15:25:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 15:25:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198709 Dmitry Marakasov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |amdmi3@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | --- Comment #2 from Dmitry Marakasov --- This needs improvements and modernization. For instance, you may not use GH_COMMIT. Are you ok with these? - Properly use github tags, changes distinfo - Add LICENSE_FILE - Build needs pod2man from perl5 - Strip .so to not update this line when lib version changes --- unibilium.orig/Makefile 2015-05-27 18:09:39.099072000 +0300 +++ unibilium/Makefile 2015-05-27 18:08:46.708875000 +0300 @@ -3,25 +3,26 @@ PORTNAME= unibilium PORTVERSION= 1.1.2 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= antont@inbox.lv COMMENT= Unibilium is a very basic terminfo library LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LGPLv3 USE_GITHUB= yes GH_ACCOUNT= mauke -GH_COMMIT= d7c348a -GH_TAGNAME= v${PORTVERSION} -USES= gmake libtool:build pkgconfig +USES= gmake libtool:build perl5 pkgconfig +USE_PERL5= build USE_LDCONFIG= yes pre-build: ${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunibilium.so.0.2.1 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunibilium.so .include diff -u unibilium.orig/distinfo unibilium/distinfo --- unibilium.orig/distinfo 2015-05-27 18:09:39.097738000 +0300 +++ unibilium/distinfo 2015-05-27 18:06:41.958965000 +0300 @@ -1,2 +1,2 @@ -SHA256 (unibilium-1.1.2.tar.gz) = 5c9570ee0cbdb0062f86d580672e2d134b6c8240a96bc8eab2cd91a24998f147 -SIZE (unibilium-1.1.2.tar.gz) = 76845 +SHA256 (mauke-unibilium-v1.1.2_GH0.tar.gz) = bdf3750b9e6ecdb30ba42dd0ef041c34222051495ff420c8c76d391f11e149e3 +SIZE (mauke-unibilium-v1.1.2_GH0.tar.gz) = 76823 -- You are receiving this mail because: You are the assignee for the bug.