aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2014-02-10 04:29:37 +0800
committerlme <lme@FreeBSD.org>2014-02-10 04:29:37 +0800
commit46957f19591cb0bf1a1d884b42eeeb6b5ec13ab8 (patch)
tree249e1a376b2bd5a3fd6fc7fe426aba2c9e721b6f /security
parent97f94124daa0035e593bcc4c35552bb8cbd13247 (diff)
downloadfreebsd-ports-gnome-46957f19591cb0bf1a1d884b42eeeb6b5ec13ab8.tar.gz
freebsd-ports-gnome-46957f19591cb0bf1a1d884b42eeeb6b5ec13ab8.tar.zst
freebsd-ports-gnome-46957f19591cb0bf1a1d884b42eeeb6b5ec13ab8.zip
Update to 1.4
PR: ports/186595 Submitted by: maintainer Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/bsmtrace/Makefile4
-rw-r--r--security/bsmtrace/distinfo4
-rw-r--r--security/bsmtrace/files/patch-Makefile13
3 files changed, 8 insertions, 13 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile
index 3b413a483f57..c844a166699b 100644
--- a/security/bsmtrace/Makefile
+++ b/security/bsmtrace/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= bsmtrace
-PORTVERSION= 1.3
-PORTREVISION= 3
+PORTVERSION= 1.4
+PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
diff --git a/security/bsmtrace/distinfo b/security/bsmtrace/distinfo
index 5257b25dc68e..7d23ad73049e 100644
--- a/security/bsmtrace/distinfo
+++ b/security/bsmtrace/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bsmtrace-1.3.tar.gz) = b5e59f8f8c82a41f090c3ec869fa7393b4cb56b5b59b135802c8772d1bebdcd9
-SIZE (bsmtrace-1.3.tar.gz) = 25144
+SHA256 (bsmtrace-1.4.tar.gz) = c325a3246ace8aef835b30f542a3028c3f1a14784c8e83236624f04d26269f95
+SIZE (bsmtrace-1.4.tar.gz) = 25169
diff --git a/security/bsmtrace/files/patch-Makefile b/security/bsmtrace/files/patch-Makefile
index b67a2b410735..e8f51d0bbf0a 100644
--- a/security/bsmtrace/files/patch-Makefile
+++ b/security/bsmtrace/files/patch-Makefile
@@ -1,13 +1,8 @@
---- ./Makefile.orig 2011-06-03 17:48:11.000000000 +0200
-+++ ./Makefile 2014-02-08 21:49:46.465613358 +0100
-@@ -1,11 +1,10 @@
- # $Id: Makefile,v 1.8 2007/07/13 00:03:50 csjp Exp $
-
--CC = gcc
--CFLAGS = -Wall -g
-+CC ?= gcc
+--- Makefile.orig 2014-02-09 10:44:20.000000000 -0600
++++ Makefile 2014-02-09 10:44:49.000000000 -0600
+@@ -5,7 +5,7 @@
TARGETS = bsmtrace
- OBJ = bsm.o bsmtrace.o conf.o y.tab.o lex.yy.o log.o pipe.o trigger.o fcache.o
+ OBJ = y.tab.o bsm.o bsmtrace.o conf.o lex.yy.o log.o pipe.o trigger.o fcache.o
PREFIX = /usr/local
-LIBS = -lbsm
+LIBS += -lbsm