svn commit: r515853 - in head/sysutils/mtm: . files
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Oct 28 11:22:11 UTC 2019
Author: 0mp
Date: Mon Oct 28 11:22:10 2019
New Revision: 515853
URL: https://svnweb.freebsd.org/changeset/ports/515853
Log:
Update to 1.2.0
Changelog:
https://github.com/deadpixi/mtm/releases/tag/1.2.0
Modified:
head/sysutils/mtm/Makefile
head/sysutils/mtm/distinfo
head/sysutils/mtm/files/patch-Makefile
Modified: head/sysutils/mtm/Makefile
==============================================================================
--- head/sysutils/mtm/Makefile Mon Oct 28 10:39:18 2019 (r515852)
+++ head/sysutils/mtm/Makefile Mon Oct 28 11:22:10 2019 (r515853)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mtm
-DISTVERSION= 1.1.0
+DISTVERSION= 1.2.0
CATEGORIES= sysutils
MAINTAINER= 0mp at FreeBSD.org
Modified: head/sysutils/mtm/distinfo
==============================================================================
--- head/sysutils/mtm/distinfo Mon Oct 28 10:39:18 2019 (r515852)
+++ head/sysutils/mtm/distinfo Mon Oct 28 11:22:10 2019 (r515853)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568991554
-SHA256 (deadpixi-mtm-1.1.0_GH0.tar.gz) = 3f3e723466f3bb88afb7a49b66a790f3aaf6786654e8f1f056edc09fa99abd85
-SIZE (deadpixi-mtm-1.1.0_GH0.tar.gz) = 382372
+TIMESTAMP = 1572263257
+SHA256 (deadpixi-mtm-1.2.0_GH0.tar.gz) = 68f753f743fcd3d87f269011d4bbd3fed59cfcad710d7c7db98844e3e675c196
+SIZE (deadpixi-mtm-1.2.0_GH0.tar.gz) = 382469
Modified: head/sysutils/mtm/files/patch-Makefile
==============================================================================
--- head/sysutils/mtm/files/patch-Makefile Mon Oct 28 10:39:18 2019 (r515852)
+++ head/sysutils/mtm/files/patch-Makefile Mon Oct 28 11:22:10 2019 (r515853)
@@ -1,6 +1,6 @@
--- Makefile.orig 2019-08-06 13:35:52 UTC
+++ Makefile
-@@ -1,17 +1,20 @@
+@@ -1,18 +1,20 @@
CC ?= gcc
CFLAGS ?= -std=c99 -Wall -Wextra -pedantic -Os
+CPPFLAGS ?=
@@ -21,6 +21,7 @@
mtm: vtparser.c mtm.c config.h
- $(CC) $(CFLAGS) $(FEATURES) -o $@ $(HEADERS) vtparser.c mtm.c $(LIBPATH) $(LIBS)
+- strip -s mtm
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ vtparser.c mtm.c
config.h: config.def.h
More information about the svn-ports-all
mailing list