diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-09-30 04:18:11 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-09-30 04:18:11 +0000 |
commit | b0d75a5460cf7d19b8a1b5eb6645abcbb26a7a2e (patch) | |
tree | ea5f71dab323ff4b96e6d7c6e8d1dd51063aae81 /mail/sylpheed2-devel | |
parent | 91a3f8b023da620a68522ae6be8a9833d8bb6c7e (diff) | |
download | FreeBSD-ports-b0d75a5460cf7d19b8a1b5eb6645abcbb26a7a2e.zip FreeBSD-ports-b0d75a5460cf7d19b8a1b5eb6645abcbb26a7a2e.tar.gz |
Update to version 0.4.1.
PR: 21622
Submitted by: Ports Fury
Approved by: MAINTAINER
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 18 | ||||
-rw-r--r-- | mail/sylpheed2-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed2-devel/files/patch-ae | 11 | ||||
-rw-r--r-- | mail/sylpheed2-devel/pkg-plist | 8 |
4 files changed, 23 insertions, 16 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 92bdf6b..fce7e3c 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -6,36 +6,34 @@ # PORTNAME= sylpheed -PORTVERSION= 0.4.0 -CATEGORIES= mail +PORTVERSION= 0.4.1 +CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= shigeri@m10.alpha-net.ne.jp -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_BZIP2= yes -USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PORTNAME} \ - --disable-glibtest --disable-gtktest CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - DATADIRNAME=share \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-glibtest --disable-gtktest --disable-imlibtest \ + --disable-compface --disable-gdk-pixbuf --enable-ipv6 -DOCS= ABOUT-NLS COPYING ChangeLog ChangeLog.jp INSTALL INSTALL.jp \ - README README.jp TODO.jp +PORTDOCS= ChangeLog ChangeLog.jp INSTALL INSTALL.jp README README.jp \ + TODO.jp post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sylpheed -.for i in ${DOCS} +.for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed .endfor .endif diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo index 07c1134..a1744ad1 100644 --- a/mail/sylpheed2-devel/distinfo +++ b/mail/sylpheed2-devel/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.4.0.tar.bz2) = 50fb3d88c670653c0b866e9ed8859d3c +MD5 (sylpheed-0.4.1.tar.bz2) = 51abf14bdfd9421044e4d983d4ac5343 diff --git a/mail/sylpheed2-devel/files/patch-ae b/mail/sylpheed2-devel/files/patch-ae new file mode 100644 index 0000000..2a17d62 --- /dev/null +++ b/mail/sylpheed2-devel/files/patch-ae @@ -0,0 +1,11 @@ +--- configure.orig Thu Sep 28 15:45:18 2000 ++++ configure Thu Sep 28 22:39:24 2000 +@@ -3441,7 +3441,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo diff --git a/mail/sylpheed2-devel/pkg-plist b/mail/sylpheed2-devel/pkg-plist index d5dba7d..63d90b5 100644 --- a/mail/sylpheed2-devel/pkg-plist +++ b/mail/sylpheed2-devel/pkg-plist @@ -1,6 +1,4 @@ bin/sylpheed -share/doc/sylpheed/ABOUT-NLS -share/doc/sylpheed/COPYING share/doc/sylpheed/ChangeLog share/doc/sylpheed/ChangeLog.jp share/doc/sylpheed/INSTALL @@ -29,7 +27,7 @@ share/sylpheed/manual/ja/sylpheed-8.html share/sylpheed/manual/ja/sylpheed-9.html share/sylpheed/manual/ja/sylpheed.html share/sylpheed/manual/ja/sylpheed.sgml -@dirrm share/doc/sylpheed -@dirrm share/sylpheed/manual/ja -@dirrm share/sylpheed/manual +@dirrm share/sylpheed/manual/ja +@dirrm share/sylpheed/manual @dirrm share/sylpheed +@dirrm share/doc/sylpheed |