svn commit: r359392 - head/x11-fm/thunar-vfs

Olivier Duchateau olivierd at FreeBSD.org
Thu Jun 26 16:35:42 UTC 2014


Author: olivierd
Date: Thu Jun 26 16:35:41 2014
New Revision: 359392
URL: http://svnweb.freebsd.org/changeset/ports/359392
QAT: https://qat.redports.org/buildarchive/r359392/

Log:
  - Switch to USES= libtool
  - Add LICENSE and LICENSE_FILE
  - Bump PORTREVISION

Modified:
  head/x11-fm/thunar-vfs/Makefile
  head/x11-fm/thunar-vfs/pkg-plist

Modified: head/x11-fm/thunar-vfs/Makefile
==============================================================================
--- head/x11-fm/thunar-vfs/Makefile	Thu Jun 26 16:35:21 2014	(r359391)
+++ head/x11-fm/thunar-vfs/Makefile	Thu Jun 26 16:35:41 2014	(r359392)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunar-vfs
 PORTVERSION=	1.2.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-fm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/archive/${PORTNAME}/${PORTVERSION:R}
@@ -12,17 +12,20 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	The virtual filesystem for Thunar
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libgamin-1.so:${PORTSDIR}/devel/gamin
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20 gdkpixbuf2 intltool intlhack
 USE_XFCE=	configenv libutil libexo
 USE_XORG=	x11
-USES=		gmake pathfix perl5 pkgconfig desktop-file-utils tar:bzip2
+USES=		gmake pathfix perl5 pkgconfig libtool desktop-file-utils \
+	tar:bzip2
 
 CONFIGURE_ARGS=	--disable-debug
 

Modified: head/x11-fm/thunar-vfs/pkg-plist
==============================================================================
--- head/x11-fm/thunar-vfs/pkg-plist	Thu Jun 26 16:35:21 2014	(r359391)
+++ head/x11-fm/thunar-vfs/pkg-plist	Thu Jun 26 16:35:41 2014	(r359392)
@@ -16,10 +16,9 @@ include/thunar-vfs-1/thunar-vfs/thunar-v
 include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h
 include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h
 include/thunar-vfs-1/thunar-vfs/thunar-vfs.h
-lib/libthunar-vfs-1.a
-lib/libthunar-vfs-1.la
 lib/libthunar-vfs-1.so
-lib/libthunar-vfs-1.so.5
+lib/libthunar-vfs-1.so.2
+lib/libthunar-vfs-1.so.2.3.1
 lib/thunar-vfs-1/thunar-vfs-font-thumbnailer-1
 lib/thunar-vfs-1/thunar-vfs-mime-cleaner-1
 lib/thunar-vfs-1/thunar-vfs-pixbuf-thumbnailer-1


More information about the svn-ports-head mailing list