diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-23 21:05:47 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-23 21:05:47 +0000 |
commit | 49fc2e4a727096ebbeae401ba187697596f1aa94 (patch) | |
tree | da44db7c9507ae35924e7496160fb89e70f73c63 /audio/tracker | |
parent | b40320a894cd6dbf47d697cebcfffbd337d0e5d0 (diff) | |
download | ports-49fc2e4a727096ebbeae401ba187697596f1aa94.tar.gz ports-49fc2e4a727096ebbeae401ba187697596f1aa94.zip |
Notes
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 8 | ||||
-rw-r--r-- | audio/tracker/distinfo | 2 | ||||
-rw-r--r-- | audio/tracker/files/patch-aa | 20 | ||||
-rw-r--r-- | audio/tracker/pkg-comment | 2 | ||||
-rw-r--r-- | audio/tracker/pkg-descr | 2 |
5 files changed, 18 insertions, 16 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 86befc2844cb..ace12691210a 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: tracker -# Version required: 4.13 +# Version required: 4.16 # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.6 1995/02/09 21:03:52 ache Exp $ +# $Id: Makefile,v 1.7 1995/02/15 18:20:12 ache Exp $ # DISTNAME= tracker -DISTFILES= tracker-4.13.tar.Z -MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/ +DISTFILES= tracker-4.16.tar.Z +MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ USE_GMAKE= YES INSTALL_TARGET= install install.man diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo index cbeb099f428f..a2fdea620b0a 100644 --- a/audio/tracker/distinfo +++ b/audio/tracker/distinfo @@ -1 +1 @@ -MD5 (tracker-4.13.tar.Z) = a79324342e6862c519c5a4f730484ad9 +MD5 (tracker-4.16.tar.Z) = e5d612f9642528598b9453c0802140a4 diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index b626a89d49b2..03e954edecdd 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,23 +1,25 @@ -*** Makefile.orig Thu Feb 9 17:36:13 1995 ---- Makefile Thu Feb 9 23:57:16 1995 +*** Makefile.orig Thu Feb 23 17:17:55 1995 +--- Makefile Thu Feb 23 23:51:54 1995 *************** -*** 11,21 **** +*** 11,22 **** # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = sparc + VERSION = 4.16 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. -! CC = acc +! CC = gcc OPTS=-c ---- 11,21 ---- +--- 11,22 ---- # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = freebsd + VERSION = 4.16 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. @@ -26,7 +28,7 @@ OPTS=-c *************** -*** 31,37 **** +*** 32,38 **** MAN_DIR = $(PREFIX)/man # Where to put the compression methods description @@ -34,7 +36,7 @@ # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For ---- 31,37 ---- +--- 32,38 ---- MAN_DIR = $(PREFIX)/man # Where to put the compression methods description @@ -43,7 +45,7 @@ # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For *************** -*** 52,59 **** +*** 53,60 **** # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. @@ -52,7 +54,7 @@ ############################################################################### # # C compiler flags and libraries for each machine. ---- 52,61 ---- +--- 53,62 ---- # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. diff --git a/audio/tracker/pkg-comment b/audio/tracker/pkg-comment index 57c034e5ac5e..34d7bb83838c 100644 --- a/audio/tracker/pkg-comment +++ b/audio/tracker/pkg-comment @@ -1 +1 @@ -Tracker 4.13 - MOD player +Tracker 4.16 - MOD player diff --git a/audio/tracker/pkg-descr b/audio/tracker/pkg-descr index 89b319da625a..c2f1e1ab476e 100644 --- a/audio/tracker/pkg-descr +++ b/audio/tracker/pkg-descr @@ -1,4 +1,4 @@ -Tracker 4.13 - play soundtracker modules on a Unix machine +Tracker - play soundtracker modules on a Unix machine Tracker plays soundtracker music modules on a Unix machine. Soundtracker modules originated on the amiga, where several composing |