diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-27 03:25:47 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-27 03:25:47 +0000 |
commit | bff402ca108f8ca4af2ba0d74790320521c95dd7 (patch) | |
tree | 8549dc3d21cf96a5e4460021a2b2441dc6841788 /x11-toolkits | |
parent | 908c708ec886ca1c20c1e711a8ce99f7f98db99c (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 15bd8b682827..19610636faf2 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pango -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.8,} \ ftp://ftp.gtk.org/pub/gtk/v2.6/ @@ -52,6 +52,9 @@ post-patch: @${FIND} ${WRKSRC}/pango/opentype -name "*.[ch]" | ${XARGS} \ ${REINPLACE_CMD} -e 's|internal/tterrors\.h|fterrors.h| ; \ s|TT_Err_|FT_Err_|g' + @${REINPLACE_CMD} -e 's|LT_VERSION_INFO="801:1:801"|LT_VERSION_INFO="800:1:800"|g' \ + ${WRKSRC}/configure + post-install: @${SED} -e 's|%%X11BASE%%|${X11BASE}|' < ${FILESDIR}/pkg-install.in \ > ${PKGINSTALL} diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 47ca2a28be2c..d3637baa544b 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/pango-1.8.1.tar.bz2) = 88aa6bf1876766db6864f3b93577887c -SIZE (gnome2/pango-1.8.1.tar.bz2) = 996389 +MD5 (gnome2/pango-1.8.2.tar.bz2) = f5b5da7a173f0566d8217ec112fde993 +SIZE (gnome2/pango-1.8.2.tar.bz2) = 1021372 diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index 14d2d704b680..46c8656d3cde 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -47,6 +47,7 @@ lib/pango/%%VERSION%%/modules/pango-basic-x.so lib/pango/%%VERSION%%/modules/pango-hangul-fc.so lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so lib/pango/%%VERSION%%/modules/pango-indic-fc.so +lib/pango/%%VERSION%%/modules/pango-khmer-fc.so lib/pango/%%VERSION%%/modules/pango-syriac-fc.so lib/pango/%%VERSION%%/modules/pango-thai-fc.so lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so @@ -87,6 +88,7 @@ libdata/pkgconfig/pangoxft.pc %%DOCSDIR%%/pango.html %%DOCSDIR%%/rendering.html %%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css %%DOCSDIR%%/tools.html %%DOCSDIR%%/up.png @dirrm %%DOCSDIR%% |