Update to 0.15.
This commit is contained in:
parent
00d1f847bd
commit
155c9663b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48583
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= evolution
|
||||
PORTVERSION= 0.14
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/evolution
|
||||
@ -39,7 +39,7 @@ pre-patch:
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '[^g]iconv.h' | \
|
||||
xargs ${PERL} -pi -e 's|([^g])iconv.h|\1giconv.h|g'
|
||||
xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '<db.h>' | \
|
||||
xargs ${PERL} -pi -e 's|<db.h>|<db3/db.h>|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l 'wrong DB3' | \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (evolution-0.14.tar.gz) = 706453bd2271f2b0073cd30188e1a33d
|
||||
MD5 (evolution-0.15.tar.gz) = 3297446afe4b4a4615b3ca130e1bd3af
|
||||
|
@ -699,6 +699,7 @@ share/gnome/images/evolution/service-up.png
|
||||
share/gnome/images/evolution/show_all_messages.xpm
|
||||
share/gnome/images/evolution/splash.png
|
||||
share/gnome/images/evolution/talking-heads.png
|
||||
share/gnome/images/evolution/task.png
|
||||
share/gnome/images/evolution/task.xpm
|
||||
share/gnome/images/evolution/thankyou.png
|
||||
share/gnome/images/evolution/timezone-16.xpm
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= evolution
|
||||
PORTVERSION= 0.14
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/evolution
|
||||
@ -39,7 +39,7 @@ pre-patch:
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '[^g]iconv.h' | \
|
||||
xargs ${PERL} -pi -e 's|([^g])iconv.h|\1giconv.h|g'
|
||||
xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '<db.h>' | \
|
||||
xargs ${PERL} -pi -e 's|<db.h>|<db3/db.h>|g'
|
||||
@find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l 'wrong DB3' | \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (evolution-0.14.tar.gz) = 706453bd2271f2b0073cd30188e1a33d
|
||||
MD5 (evolution-0.15.tar.gz) = 3297446afe4b4a4615b3ca130e1bd3af
|
||||
|
@ -699,6 +699,7 @@ share/gnome/images/evolution/service-up.png
|
||||
share/gnome/images/evolution/show_all_messages.xpm
|
||||
share/gnome/images/evolution/splash.png
|
||||
share/gnome/images/evolution/talking-heads.png
|
||||
share/gnome/images/evolution/task.png
|
||||
share/gnome/images/evolution/task.xpm
|
||||
share/gnome/images/evolution/thankyou.png
|
||||
share/gnome/images/evolution/timezone-16.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user