Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 18:06:03 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356667 - head/sysutils/unieject
Message-ID:  <201406051806.s55I63dR098852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  5 18:06:03 2014
New Revision: 356667
URL: http://svnweb.freebsd.org/changeset/ports/356667
QAT: https://qat.redports.org/buildarchive/r356667/

Log:
  - Convert USE_BZIP2 to USES
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/unieject/Makefile
  head/sysutils/unieject/pkg-plist

Modified: head/sysutils/unieject/Makefile
==============================================================================
--- head/sysutils/unieject/Makefile	Thu Jun  5 18:05:53 2014	(r356666)
+++ head/sysutils/unieject/Makefile	Thu Jun  5 18:06:03 2014	(r356667)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unieject
 PORTVERSION=	6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/d
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libcdio.so:${PORTSDIR}/sysutils/libcdio
 
-USE_BZIP2=	yes
-USES=		pathfix pkgconfig gettext iconv
+USES=		tar:bzip2 pathfix pkgconfig gettext iconv libtool
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \

Modified: head/sysutils/unieject/pkg-plist
==============================================================================
--- head/sysutils/unieject/pkg-plist	Thu Jun  5 18:05:53 2014	(r356666)
+++ head/sysutils/unieject/pkg-plist	Thu Jun  5 18:06:03 2014	(r356667)
@@ -3,9 +3,9 @@ bin/unieject
 etc/unieject.conf.sample
 include/unieject/unieject.h
 lib/libunieject.a
-lib/libunieject.la
 lib/libunieject.so
 lib/libunieject.so.5
+lib/libunieject.so.5.0.0
 libdata/pkgconfig/libunieject.pc
 man/man1/unieject.1.gz
 man/man5/unieject.conf.5.gz



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