svn commit: r536300 - head/audio/libadplug
Emanuel Haupt
ehaupt at FreeBSD.org
Sat May 23 14:40:47 UTC 2020
Author: ehaupt
Date: Sat May 23 14:40:46 2020
New Revision: 536300
URL: https://svnweb.freebsd.org/changeset/ports/536300
Log:
- Update to 2.3.2
- While here make portclippy/portfmt happy
Modified:
head/audio/libadplug/Makefile
head/audio/libadplug/distinfo
head/audio/libadplug/pkg-plist
Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile Sat May 23 14:28:32 2020 (r536299)
+++ head/audio/libadplug/Makefile Sat May 23 14:40:46 2020 (r536300)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= adplug
-PORTVERSION= 2.3.1
+PORTVERSION= 2.3.2
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 1
CATEGORIES= audio
PKGNAMEPREFIX= lib
@@ -16,17 +15,16 @@ LICENSE= GPLv2
LIB_DEPENDS= libbinio.so:devel/libbinio
USES= autoreconf libtool makeinfo pathfix pkgconfig
-GNU_CONFIGURE= yes
+USE_CSTD= gnu89
USE_GITHUB= yes
USE_LDCONFIG= yes
-USE_CSTD= gnu89
-INFO= libadplug
-
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-maintainer-mode
INSTALL_TARGET= install-strip
+INFO= libadplug
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
Modified: head/audio/libadplug/distinfo
==============================================================================
--- head/audio/libadplug/distinfo Sat May 23 14:28:32 2020 (r536299)
+++ head/audio/libadplug/distinfo Sat May 23 14:40:46 2020 (r536300)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524474753
-SHA256 (adplug-adplug-adplug-2.3.1_GH0.tar.gz) = 3e5f04f68372ca5312186341cec7a4c245004730a4e01da62c070bdfaeda3806
-SIZE (adplug-adplug-adplug-2.3.1_GH0.tar.gz) = 1524474
+TIMESTAMP = 1590240692
+SHA256 (adplug-adplug-adplug-2.3.2_GH0.tar.gz) = 85b171bd955722fafcd1e00ec654ed1e8fc47424088359e8f5c7bf587b92f523
+SIZE (adplug-adplug-adplug-2.3.2_GH0.tar.gz) = 1524892
Modified: head/audio/libadplug/pkg-plist
==============================================================================
--- head/audio/libadplug/pkg-plist Sat May 23 14:28:32 2020 (r536299)
+++ head/audio/libadplug/pkg-plist Sat May 23 14:40:46 2020 (r536300)
@@ -36,6 +36,7 @@ include/adplug/jbm.h
include/adplug/kemuopl.h
include/adplug/ksm.h
include/adplug/lds.h
+include/adplug/load_helper.h
include/adplug/mad.h
include/adplug/mdi.h
include/adplug/mid.h
More information about the svn-ports-all
mailing list