svn commit: r358823 - head/archivers/thunar-archive-plugin

Tijl Coosemans tijl at FreeBSD.org
Sun Jun 22 20:12:37 UTC 2014


Author: tijl
Date: Sun Jun 22 20:12:36 2014
New Revision: 358823
URL: http://svnweb.freebsd.org/changeset/ports/358823
QAT: https://qat.redports.org/buildarchive/r358823/

Log:
  Add USES=libtool.

Modified:
  head/archivers/thunar-archive-plugin/Makefile
  head/archivers/thunar-archive-plugin/pkg-plist

Modified: head/archivers/thunar-archive-plugin/Makefile
==============================================================================
--- head/archivers/thunar-archive-plugin/Makefile	Sun Jun 22 20:11:54 2014	(r358822)
+++ head/archivers/thunar-archive-plugin/Makefile	Sun Jun 22 20:12:36 2014	(r358823)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunar-archive-plugin
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	archivers xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -13,7 +14,7 @@ COMMENT=	Archive plugin for the Thunar F
 
 GNU_CONFIGURE=	yes
 USE_XFCE=	configenv libexo thunar
-USES=		tar:bzip2 gettext gmake pkgconfig
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 INSTALLS_ICONS=	yes
 USE_GNOME=	intltool
 

Modified: head/archivers/thunar-archive-plugin/pkg-plist
==============================================================================
--- head/archivers/thunar-archive-plugin/pkg-plist	Sun Jun 22 20:11:54 2014	(r358822)
+++ head/archivers/thunar-archive-plugin/pkg-plist	Sun Jun 22 20:12:36 2014	(r358823)
@@ -1,5 +1,4 @@
 lib/thunarx-2/thunar-archive-plugin.so
-lib/thunarx-2/thunar-archive-plugin.la
 libexec/thunar-archive-plugin/ark.tap
 libexec/thunar-archive-plugin/file-roller.tap
 libexec/thunar-archive-plugin/gnome-file-roller.tap


More information about the svn-ports-all mailing list