diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-03 15:36:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-03 15:36:44 +0000 |
commit | c9c718150d6ded19270b3ff34c3cb5aa7185ebd0 (patch) | |
tree | 15602dc6547cfde3b8e98b50a61f2edf2c7d4f9a | |
parent | 47ba361bc2e0e060d78739de86af2b09d06c71cb (diff) | |
download | ports-c9c718150d6ded19270b3ff34c3cb5aa7185ebd0.tar.gz ports-c9c718150d6ded19270b3ff34c3cb5aa7185ebd0.zip |
Update to version 0.5.7
PR: ports/68627
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=112858
-rw-r--r-- | audio/ample/Makefile | 3 | ||||
-rw-r--r-- | audio/ample/distinfo | 4 | ||||
-rw-r--r-- | audio/ample/files/patch-src::base64.c | 11 | ||||
-rw-r--r-- | audio/ample/pkg-descr | 2 |
4 files changed, 17 insertions, 3 deletions
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 <config.h> ++ + #include <stdlib.h> + #include <string.h> + #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/ |