diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
commit | ee3857ac876456535c09c83cc89dfe0ee26d65d3 (patch) | |
tree | 0e3dac7597fb30f7eead17a469abb423969a5545 /misc | |
parent | Portlint: (diff) |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=214412
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iso-codes/Makefile | 1 | ||||
-rw-r--r-- | misc/iso-codes/pkg-plist | 2 | ||||
-rw-r--r-- | misc/sword/Makefile | 1 | ||||
-rw-r--r-- | misc/sword15/Makefile | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 7a2ec4124fca..e47e8934601b 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -7,6 +7,7 @@ PORTNAME= iso-codes DISTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ diff --git a/misc/iso-codes/pkg-plist b/misc/iso-codes/pkg-plist index db41a1a54df7..b9eb8cfdee20 100644 --- a/misc/iso-codes/pkg-plist +++ b/misc/iso-codes/pkg-plist @@ -415,8 +415,6 @@ share/xml/iso-codes/iso_639_3.xml @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/mr/LC_MESSAGES diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 3a3ce6f97f86..df4c8a48c608 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -37,6 +37,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 3a3ce6f97f86..df4c8a48c608 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -37,6 +37,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ |