Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 12:07:29 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442379 - head/multimedia/totem-pl-parser
Message-ID:  <201706021207.v52C7TJr008468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jun  2 12:07:29 2017
New Revision: 442379
URL: https://svnweb.freebsd.org/changeset/ports/442379

Log:
  Update totem-pl-parser to 3.10.7.
  
  * Add license
  * Review dependancies, replace libsoup-gnome with libsoup.
  * Remove the GCRYPT option, libgcrypt is hard requirement
  * Remove post-patch for libarchive, the port always installs
    a pkg-config file
  
  Obtained from:	gnome devel repo (based on)

Modified:
  head/multimedia/totem-pl-parser/Makefile
  head/multimedia/totem-pl-parser/distinfo
  head/multimedia/totem-pl-parser/pkg-plist

Modified: head/multimedia/totem-pl-parser/Makefile
==============================================================================
--- head/multimedia/totem-pl-parser/Makefile	Fri Jun  2 11:55:08 2017	(r442378)
+++ head/multimedia/totem-pl-parser/Makefile	Fri Jun  2 12:07:29 2017	(r442379)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	totem-pl-parser
-PORTVERSION=	3.10.6
+PORTVERSION=	3.10.7
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -10,28 +10,26 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GObject-based library to parse a host of playlist formats
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
 LIB_DEPENDS=	libgmime-2.6.so:mail/gmime26 \
-		libsoup-gnome-2.4.so:devel/libsoup-gnome
+		libsoup-2.4.so:devel/libsoup \
+		libgpg-error.so:security/libgpg-error \
+		libgcrypt.so:security/libgcrypt
 
 USES=		gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz
-USE_GNOME=	glib20 gnomeprefix intltool introspection:build \
-		libxml2
+USE_GNOME=	glib20 gnomeprefix intltool introspection:build libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-libarchive
 INSTALL_TARGET=	install-strip
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	GCRYPT QUVI
-OPTIONS_DEFAULT=GCRYPT QUVI
+OPTIONS_DEFINE=	QUVI
+OPTIONS_DEFAULT=QUVI
 QUVI_DESC=	Flash media stream URL support
 QUVI_CONFIGURE_ENABLE=	quvi
 QUVI_LIB_DEPENDS=	libquvi-0.9.so:multimedia/libquvi09
-GCRYPT_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
-GCRYPT_CONFIGURE_ENABLE=	libgcrypt
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|pkg_modules libarchive"|pkg_modules"|g' \
-		${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/multimedia/totem-pl-parser/distinfo
==============================================================================
--- head/multimedia/totem-pl-parser/distinfo	Fri Jun  2 11:55:08 2017	(r442378)
+++ head/multimedia/totem-pl-parser/distinfo	Fri Jun  2 12:07:29 2017	(r442379)
@@ -1,2 +1,3 @@
-SHA256 (gnome2/totem-pl-parser-3.10.6.tar.xz) = 98a5d9bed1b1c012aeb2692ded2fd49399593f70f297f43e01fc1c5e13576757
-SIZE (gnome2/totem-pl-parser-3.10.6.tar.xz) = 1606636
+TIMESTAMP = 1477062322
+SHA256 (gnome2/totem-pl-parser-3.10.7.tar.xz) = 9c8285bc3131faa309d5cba5a919d5166abc2b8cc5a0c850fe861be8b14e089c
+SIZE (gnome2/totem-pl-parser-3.10.7.tar.xz) = 1608864

Modified: head/multimedia/totem-pl-parser/pkg-plist
==============================================================================
--- head/multimedia/totem-pl-parser/pkg-plist	Fri Jun  2 11:55:08 2017	(r442378)
+++ head/multimedia/totem-pl-parser/pkg-plist	Fri Jun  2 12:07:29 2017	(r442379)
@@ -23,7 +23,6 @@ libdata/pkgconfig/totem-plparser.pc
 %%DOCSDIR%%/api-reference.html
 %%DOCSDIR%%/home.png
 %%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
 %%DOCSDIR%%/ix02.html
 %%DOCSDIR%%/left-insensitive.png
 %%DOCSDIR%%/left.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021207.v52C7TJr008468>