summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-06 12:25:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-06 12:25:18 +0000
commit9eb408154bf123fc6fd2c4ccfe092a0ff1174980 (patch)
tree59e36cc8e754b44deea5b65f502a9fa95061e130 /x11-toolkits
parentUpgrade to 1.13, which fixes basic authentication. (diff)
Update to 1.0.1.
Notes
Notes: svn path=/head/; revision=44826
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile4
-rw-r--r--x11-toolkits/eel/distinfo2
-rw-r--r--x11-toolkits/eel/files/patch-Makefile.in22
-rw-r--r--x11-toolkits/eel/files/patch-po::Makefile.in.in14
-rw-r--r--x11-toolkits/eel/pkg-plist2
-rw-r--r--x11-toolkits/eel2/Makefile4
-rw-r--r--x11-toolkits/eel2/distinfo2
-rw-r--r--x11-toolkits/eel2/files/patch-Makefile.in22
-rw-r--r--x11-toolkits/eel2/files/patch-po::Makefile.in.in14
-rw-r--r--x11-toolkits/eel2/pkg-plist2
10 files changed, 76 insertions, 12 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index ea1b5c2a06cc..1ef4450c0570 100644
--- a/x11-toolkits/eel/Makefile
+++ b/x11-toolkits/eel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= eel
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/eel
@@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo
index 1fec2bf877fb..420a15c7b478 100644
--- a/x11-toolkits/eel/distinfo
+++ b/x11-toolkits/eel/distinfo
@@ -1 +1 @@
-MD5 (eel-1.0.tar.gz) = 18bad2f74b36b1a9ba4229ded7c11530
+MD5 (eel-1.0.1.tar.gz) = 9737c6a06dc03706e3567f19e53ea980
diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in
index 715923c89716..a6d10b9b4b4e 100644
--- a/x11-toolkits/eel/files/patch-Makefile.in
+++ b/x11-toolkits/eel/files/patch-Makefile.in
@@ -1,7 +1,23 @@
---- Makefile.in.orig Mon May 7 18:13:32 2001
-+++ Makefile.in Tue May 8 13:45:24 2001
-@@ -168,3 +168,3 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Fri Jul 6 12:57:01 2001
++++ Makefile.in Fri Jul 6 12:58:14 2001
+@@ -159,7 +159,7 @@
+
+ NULL =
+
+-SUBDIRS = data intl eel test po $(NULL)
++SUBDIRS = data intl eel po $(NULL)
+
+
+ EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in eelConf.sh.in eel-config.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(NULL)
+@@ -167,7 +167,7 @@
+
+ bin_SCRIPTS = $(top_builddir)/eel-config
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = eelConf.sh $(NULL)
+
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/x11-toolkits/eel/files/patch-po::Makefile.in.in b/x11-toolkits/eel/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..54a45551f75a
--- /dev/null
+++ b/x11-toolkits/eel/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/07/06 10:12:53 1.1
++++ po/Makefile.in.in 2001/07/06 10:13:11
+@@ -104,7 +104,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist
index 334bc1083b25..26bc5c399bab 100644
--- a/x11-toolkits/eel/pkg-plist
+++ b/x11-toolkits/eel/pkg-plist
@@ -26,6 +26,7 @@ include/eel/eel-glib-extensions.h
include/eel/eel-glyph.h
include/eel/eel-gnome-extensions.h
include/eel/eel-graphic-effects.h
+include/eel/eel-gtk-container.h
include/eel/eel-gtk-extensions.h
include/eel/eel-gtk-macros.h
include/eel/eel-image-chooser.h
@@ -81,6 +82,7 @@ share/gnome/eel/fonts/urw/n019024l.pfb
share/gnome/eel/fonts/urw/n019024l.pfm
share/locale/az/LC_MESSAGES/eel.mo
share/locale/ca/LC_MESSAGES/eel.mo
+share/locale/cs/LC_MESSAGES/eel.mo
share/locale/da/LC_MESSAGES/eel.mo
share/locale/de/LC_MESSAGES/eel.mo
share/locale/el/LC_MESSAGES/eel.mo
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
index ea1b5c2a06cc..1ef4450c0570 100644
--- a/x11-toolkits/eel2/Makefile
+++ b/x11-toolkits/eel2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= eel
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/eel
@@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
diff --git a/x11-toolkits/eel2/distinfo b/x11-toolkits/eel2/distinfo
index 1fec2bf877fb..420a15c7b478 100644
--- a/x11-toolkits/eel2/distinfo
+++ b/x11-toolkits/eel2/distinfo
@@ -1 +1 @@
-MD5 (eel-1.0.tar.gz) = 18bad2f74b36b1a9ba4229ded7c11530
+MD5 (eel-1.0.1.tar.gz) = 9737c6a06dc03706e3567f19e53ea980
diff --git a/x11-toolkits/eel2/files/patch-Makefile.in b/x11-toolkits/eel2/files/patch-Makefile.in
index 715923c89716..a6d10b9b4b4e 100644
--- a/x11-toolkits/eel2/files/patch-Makefile.in
+++ b/x11-toolkits/eel2/files/patch-Makefile.in
@@ -1,7 +1,23 @@
---- Makefile.in.orig Mon May 7 18:13:32 2001
-+++ Makefile.in Tue May 8 13:45:24 2001
-@@ -168,3 +168,3 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Fri Jul 6 12:57:01 2001
++++ Makefile.in Fri Jul 6 12:58:14 2001
+@@ -159,7 +159,7 @@
+
+ NULL =
+
+-SUBDIRS = data intl eel test po $(NULL)
++SUBDIRS = data intl eel po $(NULL)
+
+
+ EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in eelConf.sh.in eel-config.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(NULL)
+@@ -167,7 +167,7 @@
+
+ bin_SCRIPTS = $(top_builddir)/eel-config
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = eelConf.sh $(NULL)
+
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/x11-toolkits/eel2/files/patch-po::Makefile.in.in b/x11-toolkits/eel2/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..54a45551f75a
--- /dev/null
+++ b/x11-toolkits/eel2/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/07/06 10:12:53 1.1
++++ po/Makefile.in.in 2001/07/06 10:13:11
+@@ -104,7 +104,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/x11-toolkits/eel2/pkg-plist b/x11-toolkits/eel2/pkg-plist
index 334bc1083b25..26bc5c399bab 100644
--- a/x11-toolkits/eel2/pkg-plist
+++ b/x11-toolkits/eel2/pkg-plist
@@ -26,6 +26,7 @@ include/eel/eel-glib-extensions.h
include/eel/eel-glyph.h
include/eel/eel-gnome-extensions.h
include/eel/eel-graphic-effects.h
+include/eel/eel-gtk-container.h
include/eel/eel-gtk-extensions.h
include/eel/eel-gtk-macros.h
include/eel/eel-image-chooser.h
@@ -81,6 +82,7 @@ share/gnome/eel/fonts/urw/n019024l.pfb
share/gnome/eel/fonts/urw/n019024l.pfm
share/locale/az/LC_MESSAGES/eel.mo
share/locale/ca/LC_MESSAGES/eel.mo
+share/locale/cs/LC_MESSAGES/eel.mo
share/locale/da/LC_MESSAGES/eel.mo
share/locale/de/LC_MESSAGES/eel.mo
share/locale/el/LC_MESSAGES/eel.mo