Bug 179981 - [MAINTAINER] dns/libidn: Update to 1.27
Summary: [MAINTAINER] dns/libidn: Update to 1.27
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 22:10 UTC by Hung-Yi Chen
Modified: 2013-06-26 00:20 UTC (History)
0 users

See Also:


Attachments
libidn.diff (804 bytes, patch)
2013-06-25 22:10 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2013-06-25 22:10:00 UTC
        Update to 1.27.
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-26 00:19:42 UTC
Author: rakuco
Date: Tue Jun 25 23:19:35 2013
New Revision: 321775
URL: http://svnweb.freebsd.org/changeset/ports/321775

Log:
  Update to 1.27. [1]
  
  While here, replace USE_GNOME with the respective USES entries.
  
  PR:		ports/179981
  Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)

Modified:
  head/dns/libidn/Makefile
  head/dns/libidn/distinfo

Modified: head/dns/libidn/Makefile
==============================================================================
--- head/dns/libidn/Makefile	Tue Jun 25 22:46:13 2013	(r321774)
+++ head/dns/libidn/Makefile	Tue Jun 25 23:19:35 2013	(r321775)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libidn
-PORTVERSION=	1.26
+PORTVERSION=	1.27
 CATEGORIES=	dns
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -10,8 +10,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	gaod@hychen.org
 COMMENT=	Internationalized Domain Names command line tool
 
-USE_GNOME=	gnomehack pkgconfig
-USES=		iconv
+USES=		iconv pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes

Modified: head/dns/libidn/distinfo
==============================================================================
--- head/dns/libidn/distinfo	Tue Jun 25 22:46:13 2013	(r321774)
+++ head/dns/libidn/distinfo	Tue Jun 25 23:19:35 2013	(r321775)
@@ -1,2 +1,2 @@
-SHA256 (libidn-1.26.tar.gz) = 0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
-SIZE (libidn-1.26.tar.gz) = 3400972
+SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
+SIZE (libidn-1.27.tar.gz) = 3431595
_______________________________________________
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 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-26 00:19:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!