diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-14 23:27:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-14 23:27:58 +0000 |
commit | 4faa217f66da4d1b5271732fa9265ee94e0c7ec7 (patch) | |
tree | c5e3d42ffd9f59240c01773a78796516b5778884 /audio/tracker | |
parent | c9490209f3ad2543fdd9126f35475faf62ef98fb (diff) | |
download | ports-4faa217f66da4d1b5271732fa9265ee94e0c7ec7.tar.gz ports-4faa217f66da4d1b5271732fa9265ee94e0c7ec7.zip |
Upgrade 4.36->4.41
Notes
Notes:
svn path=/head/; revision=2152
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 13 | ||||
-rw-r--r-- | audio/tracker/distinfo | 2 | ||||
-rw-r--r-- | audio/tracker/files/patch-aa | 55 | ||||
-rw-r--r-- | audio/tracker/pkg-comment | 2 | ||||
-rw-r--r-- | audio/tracker/pkg-plist | 1 |
5 files changed, 23 insertions, 50 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index c8125cbc97e1..a6e09ec780e9 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: tracker -# Version required: 4.36 +# Version required: 4.41 # Date created: 2 Oct 1994 # Whom: swallace # @@ -7,15 +7,18 @@ # DISTNAME= tracker -PKGNAME= tracker-4.36 +PKGNAME= tracker-4.41 CATEGORIES+= audio MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ -DISTFILES= tracker-4.36.tar.Z +DISTFILES= tracker-4.41.tar.Z MAINTAINER= ache@FreeBSD.ORG USE_GMAKE= yes -MAKE_FLAGS= MACHINE=freebsd CC=cc INSTALL=install -f -INSTALL_TARGET= install install.info +MAKE_FLAGS= MACHINE=freebsd CC=$(CC) INSTALL=$(INSTALL) -f + +post-install: + -cd ${WRKSRC}/Docs; makeinfo --no-split tracker.texinfo -o tracker.info; \ + cd ${WRKSRC}/Docs; gzip tracker.info; $(INSTALL) -m 644 -o bin -g bin tracker.info.gz ${PREFIX}/info .include <bsd.port.mk> diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo index 0600ba7c3d99..d49b35953b72 100644 --- a/audio/tracker/distinfo +++ b/audio/tracker/distinfo @@ -1 +1 @@ -MD5 (tracker-4.36.tar.Z) = 308c6ae4c6497d0a177d6cd5d1078055 +MD5 (tracker-4.41.tar.Z) = 4b50377320d79a505e0df0bceb776bc7 diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index b01b27b1a24e..3dd2d27718eb 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,7 +1,7 @@ -*** Makefile.orig Sun Aug 27 22:48:39 1995 ---- Makefile Wed Aug 30 19:36:13 1995 +*** Makefile.orig Thu Sep 7 18:15:26 1995 +--- Makefile Fri Sep 15 03:09:44 1995 *************** -*** 29,35 **** +*** 30,36 **** MAN_DIR = $(PREFIX)/man # Where to put the compression methods description @@ -9,7 +9,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 ---- 29,35 ---- +--- 30,36 ---- MAN_DIR = $(PREFIX)/man # Where to put the compression methods description @@ -18,7 +18,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 *************** -*** 50,57 **** +*** 51,58 **** # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. @@ -27,7 +27,7 @@ ############################################################################### # # C compiler flags and libraries for each machine. ---- 50,59 ---- +--- 51,60 ---- # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. @@ -39,50 +39,19 @@ # # C compiler flags and libraries for each machine. *************** -*** 236,242 **** +*** 239,245 **** display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ - st_virt$O + st_virt$O automaton$O -! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE} +! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE} doc config.h: $(CONFIG)config.h Makefile rm -f config.h ---- 238,244 ---- +--- 241,247 ---- display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ - st_virt$O + st_virt$O automaton$O -! all: version.c config.h tracker${EXE} randomize${EXE} +! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE} config.h: $(CONFIG)config.h Makefile rm -f config.h -*************** -*** 248,261 **** - install: - $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) - $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) -- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR) - [ -f ${COMPRESSION_FILE} ] || \ - $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE} - - install.man: - $(INSTALL) $(INST_MAN_OPT) man/tracker.1 $(MAN_DIR)/man1/tracker.1 - -! - - devel: - -rm -f $(BIN_DIR)/dtracker #$(BIN_DIR)/splitmod ---- 250,263 ---- - install: - $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) - $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) - [ -f ${COMPRESSION_FILE} ] || \ - $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE} - - install.man: - $(INSTALL) $(INST_MAN_OPT) man/tracker.1 $(MAN_DIR)/man1/tracker.1 - -! install.info: -! gzip < Docs/tracker.guide > $(PREFIX)/info/tracker.info.gz - - devel: - -rm -f $(BIN_DIR)/dtracker #$(BIN_DIR)/splitmod diff --git a/audio/tracker/pkg-comment b/audio/tracker/pkg-comment index 678bbf8a69bf..785ad21ea965 100644 --- a/audio/tracker/pkg-comment +++ b/audio/tracker/pkg-comment @@ -1 +1 @@ -Tracker 4.36 - MOD player +Tracker 4.41 - MOD player diff --git a/audio/tracker/pkg-plist b/audio/tracker/pkg-plist index c48846067ec9..9343302a9f57 100644 --- a/audio/tracker/pkg-plist +++ b/audio/tracker/pkg-plist @@ -1,5 +1,6 @@ @cwd /usr/local bin/tracker bin/randomize +bin/splitmod etc/compression_methods info/tracker.info.gz |