From c9c718150d6ded19270b3ff34c3cb5aa7185ebd0 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 3 Jul 2004 15:36:44 +0000 Subject: Update to version 0.5.7 PR: ports/68627 Submitted by: Ports Fury --- audio/ample/Makefile | 3 ++- audio/ample/distinfo | 4 ++-- audio/ample/files/patch-src::base64.c | 11 +++++++++++ audio/ample/pkg-descr | 2 ++ 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 audio/ample/files/patch-src::base64.c (limited to 'audio/ample') diff --git a/audio/ample/Makefile b/audio/ample/Makefile index fe0c6be850a1..3e60a77237d0 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ample -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to listen to your own MP3's away from home GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ample.1 MAN5= ample.conf.5 ample.html.5 diff --git a/audio/ample/distinfo b/audio/ample/distinfo index 5bd83837ccbd..f38296efc503 100644 --- a/audio/ample/distinfo +++ b/audio/ample/distinfo @@ -1,2 +1,2 @@ -MD5 (ample-0.5.4.tar.gz) = c9bddd17bfb5ecb502801485dfa9dbe0 -SIZE (ample-0.5.4.tar.gz) = 79378 +MD5 (ample-0.5.7.tar.gz) = 4f7f05e1a567812b46fa12ed0f0d2b7f +SIZE (ample-0.5.7.tar.gz) = 87819 diff --git a/audio/ample/files/patch-src::base64.c b/audio/ample/files/patch-src::base64.c new file mode 100644 index 000000000000..23e6d10f7f2b --- /dev/null +++ b/audio/ample/files/patch-src::base64.c @@ -0,0 +1,11 @@ +--- src/base64.c.orig Tue Nov 25 18:28:56 2003 ++++ src/base64.c Sat Jul 3 22:38:53 2004 +@@ -18,6 +18,8 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + ++#include ++ + #include + #include + #ifdef HAVE_SYS_TYPES_H diff --git a/audio/ample/pkg-descr b/audio/ample/pkg-descr index d301b71f0c8c..1c754b505cc4 100644 --- a/audio/ample/pkg-descr +++ b/audio/ample/pkg-descr @@ -6,3 +6,5 @@ Small, standalone (written in C using no external libraries) Allows you to listen to your own MP3's away from home, nothing more, nothing less + +WWW: http://ample.sourceforge.net/ -- cgit v1.2.3