Date: Mon, 28 Mar 2016 14:59:34 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412051 - in head/x11: libfm libfm-extra Message-ID: <201603281459.u2SExY7t002686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Mar 28 14:59:34 2016 New Revision: 412051 URL: https://svnweb.freebsd.org/changeset/ports/412051 Log: x11/libfm: - Update to 1.2.4 - Cosmetic change for documentation files x11/libfm-extra - Update to 1.2.4 - Remove distinfo (not need in slave port) PR: 207579 Submitted by: myself Approved by: horia@racoviceanu.com (maintainer, timeout 1 month) Deleted: head/x11/libfm-extra/distinfo Modified: head/x11/libfm-extra/Makefile head/x11/libfm/Makefile head/x11/libfm/distinfo Modified: head/x11/libfm-extra/Makefile ============================================================================== --- head/x11/libfm-extra/Makefile Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm-extra/Makefile Mon Mar 28 14:59:34 2016 (r412051) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= libfm -PORTREVISION= 1 PKGNAMESUFFIX= -extra MAINTAINER= horia@racoviceanu.com Modified: head/x11/libfm/Makefile ============================================================================== --- head/x11/libfm/Makefile Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm/Makefile Mon Mar 28 14:59:34 2016 (r412051) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfm -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ @@ -39,7 +38,7 @@ USE_GNOME+= intltool intlhack CONFIGURE_ARGS+=--with-extra-only .endif -MICRO_VERSION= 0.3 +MICRO_VERSION= 0.4 ABI_VERSION= 4 PLIST_SUB+= MICRO_VERSION=${MICRO_VERSION} \ ABI_VERSION=${ABI_VERSION} @@ -82,6 +81,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/actions/fm-actions.h \ ${STAGEDIR}${PREFIX}/include/${PORTNAME} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif Modified: head/x11/libfm/distinfo ============================================================================== --- head/x11/libfm/distinfo Mon Mar 28 14:52:43 2016 (r412050) +++ head/x11/libfm/distinfo Mon Mar 28 14:59:34 2016 (r412051) @@ -1,2 +1,2 @@ -SHA256 (libfm-1.2.3.tar.xz) = c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9 -SIZE (libfm-1.2.3.tar.xz) = 898256 +SHA256 (libfm-1.2.4.tar.xz) = 7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f +SIZE (libfm-1.2.4.tar.xz) = 912164
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281459.u2SExY7t002686>