git: 311cff8f31c3 - main - audio/libxmp: Update to 4.5.0
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Jun 17 17:24:54 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=311cff8f31c3c2d5ede2b94bc40757bb730fad87
commit 311cff8f31c3c2d5ede2b94bc40757bb730fad87
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-06-17 17:24:27 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-06-17 17:24:27 +0000
audio/libxmp: Update to 4.5.0
While here, pacify portclippy/portfmt
---
audio/libxmp/Makefile | 11 +++++++----
audio/libxmp/distinfo | 6 +++---
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile
index ad8c6e2294dd..70a21cbb718e 100644
--- a/audio/libxmp/Makefile
+++ b/audio/libxmp/Makefile
@@ -1,7 +1,7 @@
# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
PORTNAME= libxmp
-PORTVERSION= 4.4.1
+PORTVERSION= 4.5.0
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
@@ -12,11 +12,14 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB
USES= gmake pathfix
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
-PLIST_FILES= include/xmp.h lib/libxmp.so lib/libxmp.so.4 \
- lib/libxmp.so.${PORTVERSION} libdata/pkgconfig/libxmp.pc
+PLIST_FILES= include/xmp.h \
+ lib/libxmp.so \
+ lib/libxmp.so.${PORTVERSION} \
+ lib/libxmp.so.4 \
+ libdata/pkgconfig/libxmp.pc
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION}
diff --git a/audio/libxmp/distinfo b/audio/libxmp/distinfo
index 91725f986b47..85fd91426936 100644
--- a/audio/libxmp/distinfo
+++ b/audio/libxmp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476370041
-SHA256 (libxmp-4.4.1.tar.gz) = 353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf
-SIZE (libxmp-4.4.1.tar.gz) = 618448
+TIMESTAMP = 1623950071
+SHA256 (libxmp-4.5.0.tar.gz) = 7847d262112d14e8442f44e5ac6ed9ddbca54c251284720b563c852b31f26e75
+SIZE (libxmp-4.5.0.tar.gz) = 652983
More information about the dev-commits-ports-all
mailing list