Update to 0.2.2.
This commit is contained in:
parent
3bdbf74428
commit
81604dd7d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32052
3 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= stockticker_applet
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/_applet//}
|
||||
|
@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
@find ${WRKSRC} \( -name "Makefile.in" -or -name "*.make" \) | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (stockticker_applet-0.2.0.tar.gz) = af85c703c0c4a2e9eede6a79f79b6edc
|
||||
MD5 (stockticker_applet-0.2.2.tar.gz) = b0431c5584e4268752b7f29a5f4bd899
|
||||
|
|
|
@ -2,11 +2,11 @@ bin/stockticker_applet
|
|||
etc/CORBA/servers/stockticker_applet.gnorba
|
||||
share/gnome/applets/Network/stockticker_applet.desktop
|
||||
share/gnome/help/stockticker_applet/C/docbook.css
|
||||
share/gnome/help/stockticker_applet/C/intro.html
|
||||
share/gnome/help/stockticker_applet/C/ln14.html
|
||||
share/gnome/help/stockticker_applet/C/stockticker.html
|
||||
share/gnome/help/stockticker_applet/C/topic.dat
|
||||
share/gnome/help/stockticker_applet/C/index.html
|
||||
share/gnome/help/stockticker_applet/C/ln13.html
|
||||
share/gnome/help/stockticker_applet/C/ticker_details.png
|
||||
share/gnome/help/stockticker_applet/C/ticker_panel.png
|
||||
share/gnome/pixmaps/stockticker.png
|
||||
@dirrm share/gnome/help/stockticker_applet/C/images
|
||||
@dirrm share/gnome/help/stockticker_applet/C/stylesheet-images
|
||||
@dirrm share/gnome/help/stockticker_applet/C
|
||||
@dirrm share/gnome/help/stockticker_applet
|
||||
|
|
Loading…
Reference in a new issue