svn commit: r405066 - in head/audio/libxmp: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jan 2 11:37:26 UTC 2016


Author: ehaupt
Date: Sat Jan  2 11:37:24 2016
New Revision: 405066
URL: https://svnweb.freebsd.org/changeset/ports/405066

Log:
  Update to 4.3.10

Modified:
  head/audio/libxmp/Makefile
  head/audio/libxmp/distinfo
  head/audio/libxmp/files/patch-Makefile.in

Modified: head/audio/libxmp/Makefile
==============================================================================
--- head/audio/libxmp/Makefile	Sat Jan  2 11:00:21 2016	(r405065)
+++ head/audio/libxmp/Makefile	Sat Jan  2 11:37:24 2016	(r405066)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxmp
-PORTVERSION=	4.3.9
+PORTVERSION=	4.3.10
 CATEGORIES=	audio
 MASTER_SITES=	SF/xmp/${PORTNAME}/${PORTVERSION}
 

Modified: head/audio/libxmp/distinfo
==============================================================================
--- head/audio/libxmp/distinfo	Sat Jan  2 11:00:21 2016	(r405065)
+++ head/audio/libxmp/distinfo	Sat Jan  2 11:37:24 2016	(r405066)
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.3.9.tar.gz) = 8acdcc7c4b97558b36279ec26fd03d3c34b4fed20e06a84fa0ce667816c78a95
-SIZE (libxmp-4.3.9.tar.gz) = 626624
+SHA256 (libxmp-4.3.10.tar.gz) = c11c0bf27f3ba97051cd5e3e04d9b487febdc31cb2ce35e462d71fc580eaa5be
+SIZE (libxmp-4.3.10.tar.gz) = 631117

Modified: head/audio/libxmp/files/patch-Makefile.in
==============================================================================
--- head/audio/libxmp/files/patch-Makefile.in	Sat Jan  2 11:00:21 2016	(r405065)
+++ head/audio/libxmp/files/patch-Makefile.in	Sat Jan  2 11:37:24 2016	(r405066)
@@ -1,6 +1,6 @@
---- ./Makefile.in.orig	2013-04-14 21:18:04.000000000 +0200
-+++ ./Makefile.in	2013-04-21 20:29:39.708633804 +0200
-@@ -149,8 +149,8 @@
+--- Makefile.in.orig	2015-12-31 00:25:51 UTC
++++ Makefile.in
+@@ -146,8 +146,8 @@ install: all
  	@echo "Installing xmp.h..."
  	@$(INSTALL) -m644 include/xmp.h $(DESTDIR)$(INCLUDEDIR)
  	@echo "Installing libxmp.pc..."
@@ -9,5 +9,5 @@
 +	@mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
 +	@$(INSTALL) -m644 libxmp.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
  
- depend: test/all_tests.c
+ depend:
  	@echo Building dependencies...


More information about the svn-ports-head mailing list