From owner-svn-ports-all@freebsd.org Sat Aug 1 10:16:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 738B09B03BD; Sat, 1 Aug 2015 10:16:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5831A1B27; Sat, 1 Aug 2015 10:16:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t71AGX1S077202; Sat, 1 Aug 2015 10:16:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t71AGW5w077199; Sat, 1 Aug 2015 10:16:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201508011016.t71AGW5w077199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 1 Aug 2015 10:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393394 - in head/x11/libfm-extra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2015 10:16:33 -0000 Author: riggs Date: Sat Aug 1 10:16:31 2015 New Revision: 393394 URL: https://svnweb.freebsd.org/changeset/ports/393394 Log: - Convert x11/libfm and x11/libfm-extra to Master-Slave Port (same application, CATEGORIES, DISTFILES, install path) - Bump PORTREVISION - Move patches to Makefile PR: 200825 Submitted by: horia@racoviceanu.com (maintainer) Deleted: head/x11/libfm-extra/files/ Modified: head/x11/libfm-extra/Makefile head/x11/libfm-extra/pkg-descr head/x11/libfm-extra/pkg-plist Modified: head/x11/libfm-extra/Makefile ============================================================================== --- head/x11/libfm-extra/Makefile Sat Aug 1 10:15:50 2015 (r393393) +++ head/x11/libfm-extra/Makefile Sat Aug 1 10:16:31 2015 (r393394) @@ -1,29 +1,26 @@ # Created by: Kris Moore # $FreeBSD$ -PORTNAME= libfm-extra -PORTVERSION= 1.2.3 -CATEGORIES= x11 -MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ -DISTNAME= libfm-${PORTVERSION} +PORTNAME= libfm +PORTREVISION= 1 +PKGNAMESUFFIX= -extra MAINTAINER= horia@racoviceanu.com -COMMENT= Core library of PCManFM file manager +COMMENT= LibFM-Extra library LICENSE= LGPL21 -USES= gmake libtool pathfix pkgconfig tar:xz gettext-tools -USE_GNOME= glib20 intltool intlhack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +MASTERDIR= ${.CURDIR}/../${PORTNAME} + +DESCR= ${.CURDIR}/pkg-descr +FILESDIR= ${.CURDIR}/files +PATCHDIR= ${.CURDIR}/files +PLIST= ${.CURDIR}/pkg-plist -WRKSRC= ${WRKDIR}/libfm-${PORTVERSION} +USE_LDCONFIG= yes -EXTRA_PATCHES+= ${.CURDIR}/../libfm/files/patch-configure +EXTRA_ONLY= yes -CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --with-extra-only \ - --disable-static \ - --disable-nls +OPTIONS_EXCLUDE=DOCS NLS -.include +.include "${MASTERDIR}/Makefile" Modified: head/x11/libfm-extra/pkg-descr ============================================================================== --- head/x11/libfm-extra/pkg-descr Sat Aug 1 10:15:50 2015 (r393393) +++ head/x11/libfm-extra/pkg-descr Sat Aug 1 10:16:31 2015 (r393394) @@ -1,3 +1,3 @@ -Library which provides the core functionality to PCManFM. +libfm-extra library WWW: http://wiki.lxde.org/en/Libfm Modified: head/x11/libfm-extra/pkg-plist ============================================================================== --- head/x11/libfm-extra/pkg-plist Sat Aug 1 10:15:50 2015 (r393393) +++ head/x11/libfm-extra/pkg-plist Sat Aug 1 10:16:31 2015 (r393394) @@ -2,6 +2,6 @@ include/libfm/fm-extra.h include/libfm/fm-version.h include/libfm/fm-xml-file.h lib/libfm-extra.so -lib/libfm-extra.so.4 -lib/libfm-extra.so.4.0.3 +lib/libfm-extra.so.%%ABI_VERSION%% +lib/libfm-extra.so.%%ABI_VERSION%%.%%MICRO_VERSION%% libdata/pkgconfig/libfm-extra.pc