Skip to content

Commit

Permalink
audio/libmodplug: Update to 0.8.9.1.r461
Browse files Browse the repository at this point in the history
- Update to 0.8.9.1.r461
- Switch to a well maintained fork
- Switch to cmake
  • Loading branch information
ehaupt committed Mar 7, 2023
1 parent 9232b2f commit e0bac39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions audio/libmodplug/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= libmodplug
PORTVERSION= 0.8.9.0
PORTVERSION= 0.8.9.1.r461
CATEGORIES= audio
MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
Expand All @@ -10,14 +9,13 @@ WWW= http://modplug-xmms.sourceforge.net/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING

USES= cpe pathfix pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= cmake cpe
CPE_VENDOR= konstanty_bialkowski
USE_GITHUB= yes
GH_ACCOUNT= ShiftMediaProject
GH_PROJECT= modplug
USE_LDCONFIG= yes

post-patch:
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
${WRKSRC}/configure
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/libmodplug/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1493361396
SHA256 (libmodplug-0.8.9.0.tar.gz) = 457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de
SIZE (libmodplug-0.8.9.0.tar.gz) = 576566
TIMESTAMP = 1678209552
SHA256 (ShiftMediaProject-modplug-0.8.9.1.r461_GH0.tar.gz) = d489a13cc863180b0f8209ad7b69d4413df454858d6f4ce94a03669213dc56cd
SIZE (ShiftMediaProject-modplug-0.8.9.1.r461_GH0.tar.gz) = 238609

0 comments on commit e0bac39

Please sign in to comment.