svn commit: r454494 - head/audio/libadplug

Emanuel Haupt ehaupt at FreeBSD.org
Sun Nov 19 14:35:39 UTC 2017


Author: ehaupt
Date: Sun Nov 19 14:35:38 2017
New Revision: 454494
URL: https://svnweb.freebsd.org/changeset/ports/454494

Log:
  - Update to 2.3
  - Update WWW to HTTPS

Modified:
  head/audio/libadplug/Makefile
  head/audio/libadplug/distinfo
  head/audio/libadplug/pkg-descr
  head/audio/libadplug/pkg-plist

Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile	Sun Nov 19 14:35:13 2017	(r454493)
+++ head/audio/libadplug/Makefile	Sun Nov 19 14:35:38 2017	(r454494)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	adplug
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	3
 CATEGORIES=	audio
 PKGNAMEPREFIX=	lib
 
@@ -26,8 +25,5 @@ INFO=		libadplug
 CONFIGURE_ARGS+=	--enable-maintainer-mode
 
 INSTALL_TARGET=	install-strip
-
-post-patch:
-	@${REINPLACE_CMD} -e '/stdc++/d' ${WRKSRC}/configure.in
 
 .include <bsd.port.mk>

Modified: head/audio/libadplug/distinfo
==============================================================================
--- head/audio/libadplug/distinfo	Sun Nov 19 14:35:13 2017	(r454493)
+++ head/audio/libadplug/distinfo	Sun Nov 19 14:35:38 2017	(r454494)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493812292
-SHA256 (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = d5969670a92216a163629e7225d80569d58cd30066a11a227796071da99fdf31
-SIZE (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = 682355
+TIMESTAMP = 1511101076
+SHA256 (adplug-adplug-adplug-2.3_GH0.tar.gz) = 6ecacb72cd4a42794d2e2ea6d805eb8af96afdf2ffbcd25b843fbd53b368be7f
+SIZE (adplug-adplug-adplug-2.3_GH0.tar.gz) = 1492827

Modified: head/audio/libadplug/pkg-descr
==============================================================================
--- head/audio/libadplug/pkg-descr	Sun Nov 19 14:35:13 2017	(r454493)
+++ head/audio/libadplug/pkg-descr	Sun Nov 19 14:35:38 2017	(r454494)
@@ -4,4 +4,4 @@ sound data, originally created for the AdLib (OPL2) au
 from its original format on top of an OPL2 emulator or by using the real
 hardware. No OPL chip is required for playback.
 
-WWW: http://adplug.github.io/
+WWW: https://adplug.github.io/

Modified: head/audio/libadplug/pkg-plist
==============================================================================
--- head/audio/libadplug/pkg-plist	Sun Nov 19 14:35:13 2017	(r454493)
+++ head/audio/libadplug/pkg-plist	Sun Nov 19 14:35:38 2017	(r454494)
@@ -1,6 +1,7 @@
 bin/adplugdb
 include/adplug/a2m.h
 include/adplug/adl.h
+include/adplug/adlib.h
 include/adplug/adlibemu.h
 include/adplug/adplug.h
 include/adplug/adtrack.h
@@ -10,6 +11,7 @@ include/adplug/bam.h
 include/adplug/bmf.h
 include/adplug/cff.h
 include/adplug/cmf.h
+include/adplug/cmfmcsop.h
 include/adplug/d00.h
 include/adplug/database.h
 include/adplug/dfm.h
@@ -23,6 +25,8 @@ include/adplug/flash.h
 include/adplug/fmc.h
 include/adplug/fmopl.h
 include/adplug/fprovide.h
+include/adplug/got.h
+include/adplug/herad.h
 include/adplug/hsc.h
 include/adplug/hsp.h
 include/adplug/hybrid.h
@@ -33,10 +37,14 @@ include/adplug/kemuopl.h
 include/adplug/ksm.h
 include/adplug/lds.h
 include/adplug/mad.h
+include/adplug/mdi.h
 include/adplug/mid.h
 include/adplug/mkj.h
 include/adplug/msc.h
 include/adplug/mtk.h
+include/adplug/mus.h
+include/adplug/nemuopl.h
+include/adplug/nukedopl.h
 include/adplug/opl.h
 include/adplug/player.h
 include/adplug/players.h
@@ -52,13 +60,18 @@ include/adplug/s3m.h
 include/adplug/sa2.h
 include/adplug/silentopl.h
 include/adplug/sng.h
+include/adplug/sop.h
 include/adplug/surroundopl.h
 include/adplug/temuopl.h
 include/adplug/u6m.h
+include/adplug/version.h
+include/adplug/vgm.h
+include/adplug/wemuopl.h
+include/adplug/woodyopl.h
 include/adplug/xad.h
 include/adplug/xsm.h
-lib/libadplug-2.2.1.so.0
-lib/libadplug-2.2.1.so.0.0.0
+lib/libadplug-2.3.so.0
+lib/libadplug-2.3.so.0.0.0
 lib/libadplug.a
 lib/libadplug.so
 libdata/pkgconfig/adplug.pc


More information about the svn-ports-all mailing list