Update this to 0.30 and be rid of that OrigTree.pm madness. Also
add a RUN_DEPEND on p5-XML-Parser as per suggestions.
This commit is contained in:
parent
183ca70585
commit
c15088e16c
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/15 03:33:48 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/04/07 06:14:35 marcm Exp $
|
||||
|
||||
COMMENT= "Internationalization tool"
|
||||
|
||||
DISTNAME= intltool-0.28
|
||||
DISTNAME= intltool-0.30
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.28/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.30/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# GPL
|
||||
@ -17,6 +17,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# intltool-merge wants it
|
||||
RUN_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (intltool-0.28.tar.bz2) = 3be8d3993cadad4329f3671cc1932680
|
||||
RMD160 (intltool-0.28.tar.bz2) = 9839193217b8eaef0cd3371f52c9f099d6b7290e
|
||||
SHA1 (intltool-0.28.tar.bz2) = ee24509428a3e18fadc807e213248cecd2871e7d
|
||||
MD5 (intltool-0.30.tar.bz2) = 7285d5f792966b563519996ea3af58d5
|
||||
RMD160 (intltool-0.30.tar.bz2) = 3ccce307c18286e556ca3f8fffd6610630d0a4f4
|
||||
SHA1 (intltool-0.30.tar.bz2) = b65453d9abf8a59c41afa9cbcf9724852244730a
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/12/15 19:29:55 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/07 06:14:35 marcm Exp $
|
||||
bin/intltool-extract
|
||||
bin/intltool-merge
|
||||
bin/intltool-prepare
|
||||
@ -12,7 +12,6 @@ man/man8/intltool-update.8
|
||||
man/man8/intltoolize.8
|
||||
share/aclocal/intltool.m4
|
||||
share/aclocal/xml-i18n-tools.m4
|
||||
share/intltool/XML/Parser/Style/OrigTree.pm
|
||||
share/intltool/intltool-extract.in
|
||||
share/intltool/intltool-merge.in
|
||||
share/intltool/intltool-po-Makefile.in.in-patch-1
|
||||
@ -27,8 +26,5 @@ share/intltool/intltool-update.in
|
||||
share/intltool/xml-i18n-po-Makefile.in.in-patch-1
|
||||
share/intltool/xml-i18n-po-Makefile.in.in-patch-2
|
||||
share/intltool/xml-i18n-po-Makefile.in.in-patch-5
|
||||
@dirrm share/intltool/XML/Parser/Style
|
||||
@dirrm share/intltool/XML/Parser
|
||||
@dirrm share/intltool/XML
|
||||
@dirrm share/intltool
|
||||
@dirrm share/aclocal
|
||||
|
Loading…
Reference in New Issue
Block a user