Bug 186595 - Port update: security/bsmtrace
Summary: Port update: security/bsmtrace
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-09 16:50 UTC by aaron meihm
Modified: 2014-02-09 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.52 KB, patch)
2014-02-09 16:50 UTC, aaron meihm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description aaron meihm freebsd_committer freebsd_triage 2014-02-09 16:50:03 UTC
Please apply following to security/bsmtrace to update to latest version and resolve some build issues

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-09 16:50:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alm

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Lars Engels freebsd_committer freebsd_triage 2014-02-09 20:23:27 UTC
Responsible Changed
From-To: alm->lme

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-09 20:29:45 UTC
Author: lme
Date: Sun Feb  9 20:29:37 2014
New Revision: 343540
URL: http://svnweb.freebsd.org/changeset/ports/343540
QAT: https://qat.redports.org/buildarchive/r343540/

Log:
  Update to 1.4
  
  PR:		ports/186595
  Submitted by:	maintainer
  Approved by:	maintainer

Modified:
  head/security/bsmtrace/Makefile
  head/security/bsmtrace/distinfo
  head/security/bsmtrace/files/patch-Makefile

Modified: head/security/bsmtrace/Makefile
==============================================================================
--- head/security/bsmtrace/Makefile	Sun Feb  9 20:20:07 2014	(r343539)
+++ head/security/bsmtrace/Makefile	Sun Feb  9 20:29:37 2014	(r343540)
@@ -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

Modified: head/security/bsmtrace/distinfo
==============================================================================
--- head/security/bsmtrace/distinfo	Sun Feb  9 20:20:07 2014	(r343539)
+++ head/security/bsmtrace/distinfo	Sun Feb  9 20:29:37 2014	(r343540)
@@ -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

Modified: head/security/bsmtrace/files/patch-Makefile
==============================================================================
--- head/security/bsmtrace/files/patch-Makefile	Sun Feb  9 20:20:07 2014	(r343539)
+++ head/security/bsmtrace/files/patch-Makefile	Sun Feb  9 20:29:37 2014	(r343540)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Lars Engels freebsd_committer freebsd_triage 2014-02-09 20:29:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!