Update to 0.12.3.
PR: ports/66526 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
parent
156fa355eb
commit
5daa3af356
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108977
3 changed files with 18 additions and 23 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= streamtuner
|
||||
PORTVERSION= 0.12.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12.3
|
||||
CATEGORIES= audio www
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -19,14 +18,9 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
|||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20 gnomehack
|
||||
USE_GNOME= gtk20 gnomehack gnomeprefix
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g ; \
|
||||
s|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (streamtuner-0.12.1.tar.gz) = 2bacb5f2d129cacdda96adfd04f81646
|
||||
SIZE (streamtuner-0.12.1.tar.gz) = 664551
|
||||
MD5 (streamtuner-0.12.3.tar.gz) = aeb6f78b05f8348882bb8b545982411e
|
||||
SIZE (streamtuner-0.12.3.tar.gz) = 684716
|
||||
|
|
|
@ -18,23 +18,24 @@ include/streamtuner/st-version-api.h
|
|||
include/streamtuner/streamtuner.h
|
||||
lib/streamtuner/plugins/shoutcast.so
|
||||
libdata/pkgconfig/streamtuner.pc
|
||||
share/doc/streamtuner/C/documentation-license.xml
|
||||
share/doc/streamtuner/C/figures/main-window.png
|
||||
share/doc/streamtuner/C/figures/search-category.png
|
||||
share/doc/streamtuner/C/figures/search-dialog.png
|
||||
share/doc/streamtuner/C/software-license.xml
|
||||
share/doc/streamtuner/C/streamtuner.xml
|
||||
share/gnome/applications/streamtuner.desktop
|
||||
share/gnome/doc/streamtuner/C/documentation-license.xml
|
||||
share/gnome/doc/streamtuner/C/figures/main-window.png
|
||||
share/gnome/doc/streamtuner/C/figures/search-category.png
|
||||
share/gnome/doc/streamtuner/C/figures/search-dialog.png
|
||||
share/gnome/doc/streamtuner/C/software-license.xml
|
||||
share/gnome/doc/streamtuner/C/streamtuner.xml
|
||||
share/gnome/omf/streamtuner/streamtuner-C.omf
|
||||
@exec scrollkeeper-install -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true
|
||||
share/gnome/pixmaps/streamtuner.png
|
||||
share/locale/de/LC_MESSAGES/streamtuner.mo
|
||||
share/locale/fr/LC_MESSAGES/streamtuner.mo
|
||||
share/omf/streamtuner/streamtuner-C.omf
|
||||
@exec scrollkeeper-install -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true
|
||||
share/locale/pt/LC_MESSAGES/streamtuner.mo
|
||||
@dirrm include/streamtuner
|
||||
@dirrm lib/streamtuner/plugins
|
||||
@dirrm lib/streamtuner
|
||||
@dirrm share/doc/streamtuner/C/figures
|
||||
@dirrm share/doc/streamtuner/C
|
||||
@dirrm share/doc/streamtuner
|
||||
@dirrm share/omf/streamtuner
|
||||
@unexec scrollkeeper-uninstall -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true
|
||||
@dirrm share/gnome/doc/streamtuner/C/figures
|
||||
@dirrm share/gnome/doc/streamtuner/C
|
||||
@dirrm share/gnome/doc/streamtuner
|
||||
@dirrm share/gnome/omf/streamtuner
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue