mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.22
This commit is contained in:
parent
bc4749ff34
commit
5c0fc19e3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33938
4 changed files with 10 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bonobo
|
PORTNAME= bonobo
|
||||||
PORTVERSION= 0.20
|
PORTVERSION= 0.22
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= unstable/sources/bonobo
|
MASTER_SITE_SUBDIR= unstable/sources/bonobo
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (bonobo-0.20.tar.gz) = 44d5f36edae22bd38cf0a38938702fc8
|
MD5 (bonobo-0.22.tar.gz) = 8d3c3cc07709ce15c5de6d63e44716c3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- libefs/libefs-config.in.orig Thu Aug 24 18:39:10 2000
|
--- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000
|
||||||
+++ libefs/libefs-config.in Mon Oct 9 17:56:10 2000
|
+++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000
|
||||||
@@ -55,3 +55,3 @@
|
@@ -55,3 +55,3 @@
|
||||||
--cflags)
|
--cflags)
|
||||||
- echo -I@includedir@
|
- echo -I@includedir@
|
||||||
|
@ -7,6 +7,6 @@
|
||||||
;;
|
;;
|
||||||
@@ -59,3 +59,3 @@
|
@@ -59,3 +59,3 @@
|
||||||
--libs)
|
--libs)
|
||||||
- echo -L@libdir@ -lefs -lglib -lz -lcrypt
|
- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@
|
||||||
+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz -lcrypt
|
+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -2,6 +2,7 @@ bin/bonobo-application-x-mines
|
||||||
bin/bonobo-audio-ulaw
|
bin/bonobo-audio-ulaw
|
||||||
bin/bonobo-echo
|
bin/bonobo-echo
|
||||||
bin/bonobo-hello
|
bin/bonobo-hello
|
||||||
|
bin/bonobo-moniker-config
|
||||||
bin/bonobo-text-plain
|
bin/bonobo-text-plain
|
||||||
bin/bonobo-ui-extract
|
bin/bonobo-ui-extract
|
||||||
bin/echo-client
|
bin/echo-client
|
||||||
|
@ -57,6 +58,7 @@ include/bonobo/bonobo-stream-client.h
|
||||||
include/bonobo/bonobo-stream-fs.h
|
include/bonobo/bonobo-stream-fs.h
|
||||||
include/bonobo/bonobo-stream-memory.h
|
include/bonobo/bonobo-stream-memory.h
|
||||||
include/bonobo/bonobo-stream.h
|
include/bonobo/bonobo-stream.h
|
||||||
|
include/bonobo/bonobo-transient.h
|
||||||
include/bonobo/bonobo-ui-compat.h
|
include/bonobo/bonobo-ui-compat.h
|
||||||
include/bonobo/bonobo-ui-component.h
|
include/bonobo/bonobo-ui-component.h
|
||||||
include/bonobo/bonobo-ui-container.h
|
include/bonobo/bonobo-ui-container.h
|
||||||
|
@ -131,6 +133,7 @@ share/gnome/oaf/hello.oafinfo
|
||||||
share/gnome/oaf/paint-component-simple.oafinfo
|
share/gnome/oaf/paint-component-simple.oafinfo
|
||||||
share/gnome/oaf/std-moniker.oafinfo
|
share/gnome/oaf/std-moniker.oafinfo
|
||||||
share/gnome/oaf/text-plain.oafinfo
|
share/gnome/oaf/text-plain.oafinfo
|
||||||
|
share/gnome/ui/bonobo-application-x-mines-ui.xml
|
||||||
share/locale/ca/LC_MESSAGES/bonobo.mo
|
share/locale/ca/LC_MESSAGES/bonobo.mo
|
||||||
share/locale/da/LC_MESSAGES/bonobo.mo
|
share/locale/da/LC_MESSAGES/bonobo.mo
|
||||||
share/locale/de/LC_MESSAGES/bonobo.mo
|
share/locale/de/LC_MESSAGES/bonobo.mo
|
||||||
|
@ -156,6 +159,7 @@ share/locale/sv/LC_MESSAGES/bonobo.mo
|
||||||
share/locale/tr/LC_MESSAGES/bonobo.mo
|
share/locale/tr/LC_MESSAGES/bonobo.mo
|
||||||
share/locale/uk/LC_MESSAGES/bonobo.mo
|
share/locale/uk/LC_MESSAGES/bonobo.mo
|
||||||
share/locale/wa/LC_MESSAGES/bonobo.mo
|
share/locale/wa/LC_MESSAGES/bonobo.mo
|
||||||
|
@dirrm share/gnome/ui
|
||||||
@dirrm share/gnome/libefs/html/libefs
|
@dirrm share/gnome/libefs/html/libefs
|
||||||
@dirrm share/gnome/libefs/html
|
@dirrm share/gnome/libefs/html
|
||||||
@dirrm share/gnome/libefs
|
@dirrm share/gnome/libefs
|
||||||
|
|
Loading…
Add table
Reference in a new issue