ports/185740: [patch] textproc/utf8proc -- make fetchable again, update to 1.1.6
Pietro Cerutti
gahr at FreeBSD.org
Mon Jan 13 11:10:00 UTC 2014
>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 at 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 <bsd.port.mk>
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:
More information about the freebsd-ports-bugs
mailing list