Bug 185740 - [patch] textproc/utf8proc -- make fetchable again, update to 1.1.6
Summary: [patch] textproc/utf8proc -- make fetchable again, update to 1.1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 11:10 UTC by Pietro Cerutti
Modified: 2014-02-14 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.00 KB, patch)
2014-01-13 11:10 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2014-01-13 11:10:00 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-13 11:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-14 15:00:53 UTC
Author: gahr
Date: Fri Feb 14 15:00:44 2014
New Revision: 344228
URL: http://svnweb.freebsd.org/changeset/ports/344228
QAT: https://qat.redports.org/buildarchive/r344228/

Log:
  - Update to 1.1.6
  - Make fetchable again
  - Update WWW line in pkg-descr
  
  PR:		185740
  Submitted by:	gahr
  Approved by:	maintainer (timeout)

Modified:
  head/textproc/utf8proc/Makefile
  head/textproc/utf8proc/distinfo
  head/textproc/utf8proc/pkg-descr

Modified: head/textproc/utf8proc/Makefile
==============================================================================
--- head/textproc/utf8proc/Makefile	Fri Feb 14 15:00:28 2014	(r344227)
+++ head/textproc/utf8proc/Makefile	Fri Feb 14 15:00:44 2014	(r344228)
@@ -2,15 +2,14 @@
 # $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

Modified: head/textproc/utf8proc/distinfo
==============================================================================
--- head/textproc/utf8proc/distinfo	Fri Feb 14 15:00:28 2014	(r344227)
+++ head/textproc/utf8proc/distinfo	Fri Feb 14 15:00:44 2014	(r344228)
@@ -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

Modified: head/textproc/utf8proc/pkg-descr
==============================================================================
--- head/textproc/utf8proc/pkg-descr	Fri Feb 14 15:00:28 2014	(r344227)
+++ head/textproc/utf8proc/pkg-descr	Fri Feb 14 15:00:44 2014	(r344228)
@@ -6,4 +6,4 @@ characters "Hyphen" (U+2010), "Minus" (U
 "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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2014-02-14 15:00:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!