Upgrade 4.29 -> 4.33

This commit is contained in:
Andrey A. Chernov 1995-06-22 00:51:25 +00:00
parent ab9d51b7e6
commit 272a1d3055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1853
4 changed files with 13 additions and 13 deletions

View file

@ -1,21 +1,21 @@
# New ports collection makefile for: tracker # New ports collection makefile for: tracker
# Version required: 4.29 # Version required: 4.33
# Date created: 2 Oct 1994 # Date created: 2 Oct 1994
# Whom: swallace # Whom: swallace
# #
# $Id: Makefile,v 1.19 1995/04/28 00:21:06 ache Exp $ # $Id: Makefile,v 1.20 1995/05/11 18:12:39 ache Exp $
# #
DISTNAME= tracker DISTNAME= tracker
PKGNAME= tracker-4.29 PKGNAME= tracker-4.33
CATEGORIES+= audio CATEGORIES+= audio
MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/
DISTFILES= tracker-4.29.tar.Z DISTFILES= tracker-4.33.tar.Z
MAINTAINER= ache@FreeBSD.ORG MAINTAINER= ache@FreeBSD.ORG
USE_GMAKE= yes USE_GMAKE= yes
MAKE_FLAGS= MACHINE=freebsd CC=cc -f MAKE_FLAGS= MACHINE=freebsd CC=cc INSTALL=install -f
INSTALL_TARGET= install install.man INSTALL_TARGET= install install.man
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (tracker-4.29.tar.Z) = 755f6ba38c06f579631ca5ba22e9ba16 MD5 (tracker-4.33.tar.Z) = c25546e34028c4f49f40409bae909499

View file

@ -1,5 +1,5 @@
*** Makefile.orig Thu Mar 2 16:53:34 1995 *** Makefile.orig Sun Jun 4 17:29:07 1995
--- Makefile Fri Mar 3 07:37:29 1995 --- Makefile Thu Jun 22 04:28:14 1995
*************** ***************
*** 32,38 **** *** 32,38 ****
MAN_DIR = $(PREFIX)/man MAN_DIR = $(PREFIX)/man
@ -22,8 +22,8 @@
# #
# If you don't wish to use the 'make install' and 'make install.man' # If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these. # commands, you can ignore these.
! INST_BIN_OPT = -c -s -m 755 -o root -g root ! INST_BIN_OPT = -c -s -m 555 -o store -g store
! INST_MAN_OPT = -c -m 644 -o root -g root ! INST_MAN_OPT = -c -m 444 -o store -g store
############################################################################### ###############################################################################
# #
# C compiler flags and libraries for each machine. # C compiler flags and libraries for each machine.
@ -31,8 +31,8 @@
# #
# If you don't wish to use the 'make install' and 'make install.man' # If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these. # commands, you can ignore these.
! #INST_BIN_OPT = -c -s -m 755 -o root -g root ! #INST_BIN_OPT = -c -s -m 555 -o store -g store
! #INST_MAN_OPT = -c -m 644 -o root -g root ! #INST_MAN_OPT = -c -m 444 -o store -g store
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin ! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
! INST_MAN_OPT = -c -m 644 -o bin -g bin ! INST_MAN_OPT = -c -m 644 -o bin -g bin
############################################################################### ###############################################################################

View file

@ -1 +1 @@
Tracker 4.29 - MOD player Tracker 4.33 - MOD player