mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/wmmp: Update MAINTAINER and MASTER_SITES entries
Requested by maintainer Committer comment: ..and while at it do some minor changes to Makefile PR: 276679
This commit is contained in:
parent
f2334e7ccf
commit
222bf1352c
2 changed files with 12 additions and 11 deletions
|
@ -1,25 +1,26 @@
|
||||||
PORTNAME= wmmp
|
PORTNAME= wmmp
|
||||||
PORTVERSION= 0.12.6
|
DISTVERSION= 0.12.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio windowmaker
|
CATEGORIES= audio windowmaker
|
||||||
|
MASTER_SITES= https://codeberg.org/beastieboy/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
MAINTAINER= nicolasherry@gmail.com
|
MAINTAINER= beastieboy@beastieboy.net
|
||||||
COMMENT= Dockable musicpd client applet for Window Maker
|
COMMENT= Dockable musicpd client applet for Window Maker
|
||||||
WWW= https://github.com/yogsothoth/wmmp
|
WWW= https://codeberg.org/beastieboy/wmmp
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= cmake xorg
|
USES= cmake xorg
|
||||||
USE_GITHUB= yes
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
GH_ACCOUNT= yogsothoth
|
|
||||||
USE_XORG= xpm x11 xext
|
USE_XORG= xpm x11 xext
|
||||||
|
|
||||||
PLIST_FILES= bin/WMmp share/man/man1/WMmp.1.gz
|
PLIST_FILES= bin/WMmp \
|
||||||
|
share/man/man1/WMmp.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|DESTINATION $${CMAKE_INSTALL_PREFIX}/man/man1|DESTINATION $${CMAKE_INSTALL_PREFIX}/share/man/man1|' \
|
${REINPLACE_CMD} -e 's|/man/man1|/share/man/man1|g' \
|
||||||
${WRKSRC}/CMakeLists.txt
|
${PATCH_WRKSRC}/CMakeLists.txt
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1546701045
|
TIMESTAMP = 1706460783
|
||||||
SHA256 (yogsothoth-wmmp-0.12.6_GH0.tar.gz) = 00759188b578a17de6d01e5f4338a291abcef4e21c5e6c548279a37e0c486bae
|
SHA256 (wmmp-0.12.6.tar.gz) = 52f8717cc05c39528b9b5a939d818b3a1eab997594537dba7c6d4bc00c065210
|
||||||
SIZE (yogsothoth-wmmp-0.12.6_GH0.tar.gz) = 33440
|
SIZE (wmmp-0.12.6.tar.gz) = 33425
|
||||||
|
|
Loading…
Add table
Reference in a new issue