Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 21:59:08 -0300 (BRST)
From:      Rainer Alves <rainer.alves@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103371: [MAINTAINER] misc/iso-codes: update to 0.53 & make fetchable
Message-ID:  <200609190059.k8J0x8Bj060169@valfenda.ibest.com.br>
Resent-Message-ID: <200609190100.k8J10bww025480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103371
>Category:       ports
>Synopsis:       [MAINTAINER] misc/iso-codes: update to 0.53 & make fetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 19 01:00:36 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:


- Update to 0.53
- Add local mirror


>How-To-Repeat:
>Fix:

--- iso-codes-0.53.diff begins here ---
diff -ruN /usr/ports/misc/iso-codes/Makefile misc/iso-codes/Makefile
--- /usr/ports/misc/iso-codes/Makefile	Thu Jun 22 10:18:41 2006
+++ misc/iso-codes/Makefile	Mon Sep 18 21:31:20 2006
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	iso-codes
-DISTVERSION=	0.51-1.1
+DISTVERSION=	0.53
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
-DISTNAME=	${PORTNAME}_${DISTVERSION}
+MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL} \
+		http://freebsd.powered.net/distfiles/
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	rainer.alves@gmail.com
 COMMENT=	Lists of the country, language and currency iso names
@@ -24,16 +25,5 @@
 AUTOMAKE_ARGS+=	--add-missing --foreign --copy
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//}
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|!/usr/bin/python|!${LOCALBASE}/bin/python|g' \
-		${WRKSRC}/iso2pot.py ${WRKSRC}/iso2tab.py \
-		${WRKSRC}/iso_3166/iso3166tab.py ${WRKSRC}/iso_639/iso639tab.py
-
-post-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166_2/iso_3166_2.tab \
-		${PREFIX}/share/iso-codes/iso_3166_2.tab
-	@${INSTALL_SCRIPT} ${WRKSRC}/iso_4217/iso_4217.tab \
-		${PREFIX}/share/iso-codes/iso_4217.tab
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/misc/iso-codes/distinfo misc/iso-codes/distinfo
--- /usr/ports/misc/iso-codes/distinfo	Thu Jun 22 10:18:41 2006
+++ misc/iso-codes/distinfo	Mon Sep 18 21:16:42 2006
@@ -1,3 +1,3 @@
-MD5 (iso-codes_0.51-1.1.tar.gz) = c094c957bd929c430e94dbc379cc2869
-SHA256 (iso-codes_0.51-1.1.tar.gz) = efc509fb4a81576860dcf808db157359523b15f82bcc128215cc31fc7db5f214
-SIZE (iso-codes_0.51-1.1.tar.gz) = 8848718
+MD5 (iso-codes_0.53.orig.tar.gz) = 8459445fd437e3dbe5d4b03478cd29f5
+SHA256 (iso-codes_0.53.orig.tar.gz) = 87e3f8fdeb4325c63c100f2ffb9521bae60c718795a6b712e954401ec477fc06
+SIZE (iso-codes_0.53.orig.tar.gz) = 8830752
diff -ruN /usr/ports/misc/iso-codes/files/patch-rules.make misc/iso-codes/files/patch-rules.make
--- /usr/ports/misc/iso-codes/files/patch-rules.make	Mon Apr 24 19:59:22 2006
+++ misc/iso-codes/files/patch-rules.make	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- rules.make.orig	Sat Apr 15 06:19:19 2006
-+++ rules.make	Sat Apr 15 06:20:57 2006
-@@ -12,7 +12,8 @@
- 		cat=`basename $$cat`; \
- 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
- 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
--		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
-+		mkdir -p $$dir; \
-+		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
- 	done
- 
- uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/pkg-plist misc/iso-codes/pkg-plist
--- /usr/ports/misc/iso-codes/pkg-plist	Thu Jun 22 10:18:42 2006
+++ misc/iso-codes/pkg-plist	Mon Sep 18 21:36:41 2006
@@ -1,7 +1,5 @@
 libdata/pkgconfig/iso-codes.pc
 %%DATADIR%%/iso_3166.tab
-%%DATADIR%%/iso_3166_2.tab
-%%DATADIR%%/iso_4217.tab
 %%DATADIR%%/iso_639.tab
 share/locale/aa/LC_MESSAGES/iso_3166.mo
 share/locale/aa/LC_MESSAGES/iso_639.mo
@@ -416,12 +414,6 @@
 @dirrm share/xml/iso-codes
 @dirrmtry share/locale/zu/LC_MESSAGES
 @dirrmtry share/locale/zu
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
 @dirrmtry share/locale/wo/LC_MESSAGES
 @dirrmtry share/locale/wo
 @dirrmtry share/locale/wal/LC_MESSAGES
@@ -432,72 +424,36 @@
 @dirrmtry share/locale/uz
 @dirrmtry share/locale/ur/LC_MESSAGES
 @dirrmtry share/locale/ur
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/tt/LC_MESSAGES
-@dirrmtry share/locale/tt
-@dirrmtry share/locale/tl/LC_MESSAGES
-@dirrmtry share/locale/tl
-@dirrmtry share/locale/tk/LC_MESSAGES
-@dirrmtry share/locale/tk
 @dirrmtry share/locale/tig/LC_MESSAGES
 @dirrmtry share/locale/tig
 @dirrmtry share/locale/ti/LC_MESSAGES
 @dirrmtry share/locale/ti
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
 @dirrmtry share/locale/syr/LC_MESSAGES
 @dirrmtry share/locale/syr
 @dirrmtry share/locale/sw/LC_MESSAGES
 @dirrmtry share/locale/sw
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
 @dirrmtry share/locale/so/LC_MESSAGES
 @dirrmtry share/locale/so
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
 @dirrmtry share/locale/sid/LC_MESSAGES
 @dirrmtry share/locale/sid
 @dirrmtry share/locale/sa/LC_MESSAGES
 @dirrmtry share/locale/sa
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
 @dirrmtry share/locale/ps/LC_MESSAGES
 @dirrmtry share/locale/ps
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
 @dirrmtry share/locale/om/LC_MESSAGES
 @dirrmtry share/locale/om
 @dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc/
+@dirrmtry share/locale/oc
 @dirrmtry share/locale/nso/LC_MESSAGES
 @dirrmtry share/locale/nso
-@dirrmtry share/locale/no/LC_MESSAGES
-@dirrmtry share/locale/no
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/ne/LC_MESSAGES
-@dirrmtry share/locale/ne
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
 @dirrmtry share/locale/mi/LC_MESSAGES
 @dirrmtry share/locale/mi
 @dirrmtry share/locale/ky/LC_MESSAGES
 @dirrmtry share/locale/ky
 @dirrmtry share/locale/kw/LC_MESSAGES
 @dirrmtry share/locale/kw
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
 @dirrmtry share/locale/kok/LC_MESSAGES
 @dirrmtry share/locale/kok
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
 @dirrmtry share/locale/km/LC_MESSAGES
 @dirrmtry share/locale/km
 @dirrmtry share/locale/kl/LC_MESSAGES
@@ -512,28 +468,14 @@
 @dirrmtry share/locale/haw
 @dirrmtry share/locale/gv/LC_MESSAGES
 @dirrmtry share/locale/gv
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
 @dirrmtry share/locale/gez/LC_MESSAGES
 @dirrmtry share/locale/gez
 @dirrmtry share/locale/fo/LC_MESSAGES
 @dirrmtry share/locale/fo
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
 @dirrmtry share/locale/dv/LC_MESSAGES
 @dirrmtry share/locale/dv
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
 @dirrmtry share/locale/byn/LC_MESSAGES
 @dirrmtry share/locale/byn
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
 @dirrmtry share/locale/aa/LC_MESSAGES
 @dirrmtry share/locale/aa
-@dirrm share/iso-codes
+@dirrm %%DATADIR%%
--- iso-codes-0.53.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609190059.k8J0x8Bj060169>