From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 13 11:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8605FF13 for ; Mon, 13 Jan 2014 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECCA12D2 for ; Mon, 13 Jan 2014 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DBA0Ou098277 for ; Mon, 13 Jan 2014 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0DBA0Ok098276; Mon, 13 Jan 2014 11:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 13 Jan 2014 11:10:00 GMT Resent-Message-Id: <201401131110.s0DBA0Ok098276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43A9EF02 for ; Mon, 13 Jan 2014 11:09:02 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1619A12C6 for ; Mon, 13 Jan 2014 11:09:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0DB91Dp020404 for ; Mon, 13 Jan 2014 11:09:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0DB913v020398; Mon, 13 Jan 2014 11:09:01 GMT (envelope-from nobody) Message-Id: <201401131109.s0DB913v020398@oldred.freebsd.org> Date: Mon, 13 Jan 2014 11:09:01 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185740: [patch] textproc/utf8proc -- make fetchable again, update to 1.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 11:10:00 -0000 >Number: 185740 >Category: ports >Synopsis: [patch] textproc/utf8proc -- make fetchable again, update to 1.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 11:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: This patch changes MASTER_SITES so DISTFILES are fetchable again. The new project site is http://www.public-software-group.org/utf8proc. While at it, update to 1.1.6 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 328169) +++ Makefile (working copy) @@ -2,24 +2,22 @@ # $FreeBSD$ PORTNAME= utf8proc -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.6 CATEGORIES= textproc devel -MASTER_SITES= http://www.flexiguided.de/pub/ +MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= UTF-8 processing library -WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= c-library USE_LDCONFIG= yes -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${PREFIX}/lib/libutf8proc.so.1 - ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${PREFIX}/include - ${LN} -sf ${PREFIX}/lib/libutf8proc.so.0 ${PREFIX}/lib/libutf8proc.so + ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1 + ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${STAGEDIR}${PREFIX}/include + ${LN} -sf ${PREFIX}/lib/libutf8proc.so.1 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so .include Index: distinfo =================================================================== --- distinfo (revision 328169) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (utf8proc-v1.1.3.tar.gz) = b1e649d7d5ee21b299e35a6e2787be6ee518f9525cc75d9219293b368d37c000 -SIZE (utf8proc-v1.1.3.tar.gz) = 285114 +SHA256 (utf8proc-v1.1.6.tar.gz) = fedc8fa78022eb8f0584fbc85c9f9571bcd7fd510de0ce16955289c42f4199e7 +SIZE (utf8proc-v1.1.6.tar.gz) = 105825 Index: pkg-descr =================================================================== --- pkg-descr (revision 328169) +++ pkg-descr (working copy) @@ -6,4 +6,4 @@ "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons. -WWW: http://www.flexiguided.de/publications.utf8proc.en.html +WWW: http://www.public-software-group.org/utf8proc >Release-Note: >Audit-Trail: >Unformatted: