svn commit: r466174 - head/audio/wmmp

Tobias Kortkamp tobik at FreeBSD.org
Sun Apr 1 17:36:46 UTC 2018


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 at 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 at 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


More information about the svn-ports-head mailing list