multimedia/gnome-mplayer: new ubuntu MASTER_SITE to unbreak
The distfile name changed but the hash still matches. The WRKSRC had to be explicitly defined with the distname change.
This commit is contained in:
parent
25be423bac
commit
cfbcc8a701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422535
2 changed files with 6 additions and 5 deletions
|
@ -4,15 +4,14 @@
|
|||
PORTNAME= gnome-mplayer
|
||||
PORTVERSION= 1.0.9
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE:S,/files/,/svn/packages/,}
|
||||
MASTER_SITES= https://launchpad.net/ubuntu/+archive/primary/+files/
|
||||
DISTNAME= gnome-mplayer_1.0.9.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNOME frontend for MPlayer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libgmtk.so:multimedia/gmtk
|
||||
RUN_DEPENDS= mplayer:multimedia/mplayer
|
||||
|
@ -26,6 +25,7 @@ CONFIGURE_ARGS= --disable-nautilus \
|
|||
--disable-schemas-install \
|
||||
--without-libgda
|
||||
INSTALLS_ICONS= yes
|
||||
WRKSRC= ${WRKDIR}/gnome-mplayer-${PORTVERSION}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (gnome-mplayer-1.0.9.tar.gz) = e43ca4929e7dc591256a16a793c7cce2678e07e948ee8ef11ed46cce2b3d81db
|
||||
SIZE (gnome-mplayer-1.0.9.tar.gz) = 1082199
|
||||
TIMESTAMP = 1474292940
|
||||
SHA256 (gnome-mplayer_1.0.9.orig.tar.gz) = e43ca4929e7dc591256a16a793c7cce2678e07e948ee8ef11ed46cce2b3d81db
|
||||
SIZE (gnome-mplayer_1.0.9.orig.tar.gz) = 1082199
|
||||
|
|
Loading…
Reference in a new issue