- Update to 0.8.4
- Remove MD5 checksum
This commit is contained in:
parent
540e6a61d0
commit
aa109c6961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267594
@ -6,13 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= vagalume
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://vagalume.igalia.com/files/source/ \
|
||||
${MASTER_SITE_DEBIAN_POOL}
|
||||
MASTER_SITE_SUBDIR= pool/main/v/vagalume/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= decke@FreeBSD.org
|
||||
COMMENT= A GTK+-based client for the Last.fm online radio
|
||||
@ -20,8 +18,6 @@ COMMENT= A GTK+-based client for the Last.fm online radio
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
curl.6:${PORTSDIR}/ftp/curl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gtk20
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (vagalume_0.8.3.orig.tar.gz) = f6cb301fe4eec68877484b258045d0df
|
||||
SHA256 (vagalume_0.8.3.orig.tar.gz) = aedf9efef06cd542168c0316d7696d6ba64e78d689212693264f4c5d17663f4d
|
||||
SIZE (vagalume_0.8.3.orig.tar.gz) = 707206
|
||||
SHA256 (vagalume-0.8.4.tar.gz) = f6ada68c89c56bfb21dce2de921c715c5590a4e8dabebfa96efc987e5ee5d2b1
|
||||
SIZE (vagalume-0.8.4.tar.gz) = 672384
|
||||
|
@ -26,6 +26,7 @@ share/pixmaps/vagalume.xpm
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/vagalume.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/vagalume.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/vagalume.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/vagalume.mo
|
||||
@dirrm %%DATADIR%%/icons/hicolor/scalable/apps
|
||||
@dirrm %%DATADIR%%/icons/hicolor/scalable
|
||||
@dirrm %%DATADIR%%/icons/hicolor
|
||||
@ -55,5 +56,7 @@ share/pixmaps/vagalume.xpm
|
||||
%%NLS%%@dirrmtry share/locale/pt
|
||||
%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/pt_BR
|
||||
%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ru
|
||||
%%NLS%%@dirrmtry share/locale
|
||||
@dirrmtry share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user