Date: Sun, 1 Apr 2018 17:36:45 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466174 - head/audio/wmmp Message-ID: <201804011736.w31Haj8M063138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Apr 1 17:36:45 2018 New Revision: 466174 URL: https://svnweb.freebsd.org/changeset/ports/466174 Log: audio/wmmp: Update to 0.12.4 - Pet portlint and move 2 item pkg-plist to PLIST_FILES PR: 227182 Submitted by: Nicolas Herry <nicolasherry@gmail.com> (maintainer) Deleted: head/audio/wmmp/pkg-plist Modified: head/audio/wmmp/Makefile head/audio/wmmp/distinfo Modified: head/audio/wmmp/Makefile ============================================================================== --- head/audio/wmmp/Makefile Sun Apr 1 17:32:15 2018 (r466173) +++ head/audio/wmmp/Makefile Sun Apr 1 17:36:45 2018 (r466174) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= wmmp -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.4 CATEGORIES= audio windowmaker MAINTAINER= nicolasherry@gmail.com COMMENT= Dockable musicpd client applet for Window Maker LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cmake USE_GITHUB= yes GH_ACCOUNT= yogsothoth - -USES= autoreconf libtool gmake pathfix pkgconfig -GNU_CONFIGURE= yes USE_XORG= xpm x11 xext + +PLIST_FILES= bin/WMmp man/man1/WMmp.1.gz + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp .include <bsd.port.mk> Modified: head/audio/wmmp/distinfo ============================================================================== --- head/audio/wmmp/distinfo Sun Apr 1 17:32:15 2018 (r466173) +++ head/audio/wmmp/distinfo Sun Apr 1 17:36:45 2018 (r466174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487788820 -SHA256 (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 5cd2f6df2461b46908b9f23b251a451eafc2943caebb37ebd416ca501de3be5d -SIZE (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 129128 +TIMESTAMP = 1522597111 +SHA256 (yogsothoth-wmmp-0.12.4_GH0.tar.gz) = e1eaee27f8d8f5163968c66800d4ca114c0200579b61e590bd34ddfe4e0da532 +SIZE (yogsothoth-wmmp-0.12.4_GH0.tar.gz) = 33393
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804011736.w31Haj8M063138>