diff options
author | nbm <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
commit | 11bdbdcd389cc6b6ee3537510e987d4065b6a094 (patch) | |
tree | 8a0d6e5d5bc662f9860b49cc69ae55707de64ff3 /deskutils | |
parent | 8fd2683e68fe1ca7a72384f7d06d06e42de11059 (diff) | |
download | FreeBSD-ports-11bdbdcd389cc6b6ee3537510e987d4065b6a094.zip FreeBSD-ports-11bdbdcd389cc6b6ee3537510e987d4065b6a094.tar.gz |
Update port deskutils/ithought to a5
PR: 36333
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ithought/Makefile | 6 | ||||
-rw-r--r-- | deskutils/ithought/distinfo | 2 | ||||
-rw-r--r-- | deskutils/ithought/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | deskutils/ithought/pkg-plist | 21 |
4 files changed, 27 insertions, 13 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile index 26e2a15..70c1bff 100644 --- a/deskutils/ithought/Makefile +++ b/deskutils/ithought/Makefile @@ -6,20 +6,18 @@ # PORTNAME= ithought -PORTVERSION= a4 +PORTVERSION= a5 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ithought MAINTAINER= nbm@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec -ALL_TARGET= ithought - USE_GTK= yes post-patch: diff --git a/deskutils/ithought/distinfo b/deskutils/ithought/distinfo index c4624fc..779d014 100644 --- a/deskutils/ithought/distinfo +++ b/deskutils/ithought/distinfo @@ -1 +1 @@ -MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241 +MD5 (ithought-a5.tar.gz) = 63ab574d2b7327e9a5aed266cbeb4080 diff --git a/deskutils/ithought/files/patch-src::Makefile.in b/deskutils/ithought/files/patch-src::Makefile.in new file mode 100644 index 0000000..f726bc7 --- /dev/null +++ b/deskutils/ithought/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Mar 26 12:27:14 2002 ++++ src/Makefile.in Tue Mar 26 12:28:03 2002 +@@ -87,7 +87,7 @@ + + ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS) + +-INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\" ++INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\" + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/deskutils/ithought/pkg-plist b/deskutils/ithought/pkg-plist index c9b4702..08d5984 100644 --- a/deskutils/ithought/pkg-plist +++ b/deskutils/ithought/pkg-plist @@ -1,10 +1,15 @@ bin/ithought -libexec/ithought/action_modules/advogato.so -libexec/ithought/action_modules/itep.so -libexec/ithought/action_modules/kuro5hin.so -libexec/ithought/action_modules/livejournal.so -libexec/ithought/action_modules/stdout.so -libexec/ithought/action_scripts/stdout_script -@dirrm libexec/ithought/action_scripts -@dirrm libexec/ithought/action_modules +libexec/ithought/module_actions/libadvogato.la +libexec/ithought/module_actions/libadvogato.so +libexec/ithought/module_actions/libitep.la +libexec/ithought/module_actions/libitep.so +libexec/ithought/module_actions/libkuro5hin.la +libexec/ithought/module_actions/libkuro5hin.so +libexec/ithought/module_actions/liblivejournal.la +libexec/ithought/module_actions/liblivejournal.so +libexec/ithought/module_actions/libstdout.la +libexec/ithought/module_actions/libstdout.so +libexec/ithought/script_actions/stdout +@dirrm libexec/ithought/module_actions +@dirrm libexec/ithought/script_actions @dirrm libexec/ithought |