Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:35:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fba4f645c48b - main - devel/tass64: Update to 1.56.2625
Message-ID:  <202104291435.13TEZbu7050868@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fba4f645c48ba3c73c17d9b47f7e4c362f17334f

commit fba4f645c48ba3c73c17d9b47f7e4c362f17334f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:14:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-29 14:23:34 +0000

    devel/tass64: Update to 1.56.2625
    
    Changes:        https://sourceforge.net/p/tass64/news/
---
 devel/tass64/Makefile             |  2 +-
 devel/tass64/distinfo             |  6 +++---
 devel/tass64/files/patch-Makefile | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/tass64/Makefile b/devel/tass64/Makefile
index f27dc676466f..3dd365fe719f 100644
--- a/devel/tass64/Makefile
+++ b/devel/tass64/Makefile
@@ -1,7 +1,7 @@
 # Created by: Uffe Jakobsen <uffe@uffe.org>
 
 PORTNAME=	tass64
-PORTVERSION=	1.55.2200
+PORTVERSION=	1.56.2625
 CATEGORIES=	devel
 MASTER_SITES=	SF/tass64/source
 DISTNAME=	64tass-${PORTVERSION}-src
diff --git a/devel/tass64/distinfo b/devel/tass64/distinfo
index 1a7c97bc4df2..0019d75bebd6 100644
--- a/devel/tass64/distinfo
+++ b/devel/tass64/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587498929
-SHA256 (64tass-1.55.2200-src.zip) = 067d0a54cb3c473b26aa5d69ea3f1f956be7cccc9044f1117fc20cb84aa63880
-SIZE (64tass-1.55.2200-src.zip) = 738253
+TIMESTAMP = 1619569413
+SHA256 (64tass-1.56.2625-src.zip) = c4e570c717c9500f3af61a3ad5d536f22415e2b29ed1eb09b1a955d310c9f3d3
+SIZE (64tass-1.56.2625-src.zip) = 724673
diff --git a/devel/tass64/files/patch-Makefile b/devel/tass64/files/patch-Makefile
index 7476eea5a543..4c1a7fcce32c 100644
--- a/devel/tass64/files/patch-Makefile
+++ b/devel/tass64/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig	2019-02-17 21:21:56 UTC
+--- Makefile.orig	2021-04-25 14:14:20 UTC
 +++ Makefile
 @@ -24,8 +24,6 @@ mandir = $(datarootdir)/man
  man1dir = $(mandir)/man1
@@ -6,10 +6,10 @@
  
 -.SILENT:
 -
- $(TARGET): $(OBJ)
- 	$(CC) $(LDFLAGS) $(OBJ) $(LDLIBS) -o $@
+ $(TARGET): $(OBJS)
+ 	$(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@
  
-@@ -204,6 +202,8 @@ wchar.o: wchar.c wchar.h inttypes.h
+@@ -215,6 +213,8 @@ wchar.o: wchar.c wchar.h inttypes.h
  wctype.o: wctype.c wctype.h
  
  .PHONY: all clean distclean install install-strip uninstall install-man install-doc
@@ -17,4 +17,4 @@
 +all: $(TARGET)
  
  clean:
- 	-rm -f $(OBJ)
+ 	-$(RM) $(OBJS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104291435.13TEZbu7050868>