Bug 213931 - security/lynis easy update to 2.4.0 on FreeBSD10.3S
Summary: security/lynis easy update to 2.4.0 on FreeBSD10.3S
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-31 02:35 UTC by dewayne
Modified: 2016-11-09 20:31 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lme)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2016-10-31 02:35:40 UTC
Just need to change the PORTVERSION and "make makesum", built and runs on amd64, FreeBSD10.3 with gcc5 ;)

Index: /usr/ports/security/lynis/Makefile
===================================================================
--- /usr/ports/security/lynis/Makefile  (revision 424968)
+++ /usr/ports/security/lynis/Makefile  (working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$

 PORTNAME=      lynis
-PORTVERSION=   2.3.4
+PORTVERSION=   2.4.0
 CATEGORIES=    security
 MASTER_SITES=  https://cisofy.com/files/

Index: /usr/ports/security/lynis/distinfo
===================================================================
--- /usr/ports/security/lynis/distinfo  (revision 424968)
+++ /usr/ports/security/lynis/distinfo  (working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475613665
-SHA256 (lynis-2.3.4.tar.gz) = effa5b93d1e6c284ea6317a87f041a8a24428c9acc26e00a29844bf161a3267f
-SIZE (lynis-2.3.4.tar.gz) = 252474
+TIMESTAMP = 1477880926
+SHA256 (lynis-2.4.0.tar.gz) = 4bda6fb87674c7f402564351b142fcda6b5397b66d0d7edb6a8f0d46a70de5ab
+SIZE (lynis-2.4.0.tar.gz) = 257696
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-09 20:30:42 UTC
A commit references this bug:

Author: lme
Date: Wed Nov  9 20:30:29 UTC 2016
New revision: 425804
URL: https://svnweb.freebsd.org/changeset/ports/425804

Log:
  security/lynis:

  Update to 2.4.0

  PR:		213931
  Submitted by:	dewayne@heuristicsystems.com.au

Changes:
  head/security/lynis/Makefile
  head/security/lynis/distinfo
  head/security/lynis/pkg-plist
Comment 2 Lars Engels freebsd_committer freebsd_triage 2016-11-09 20:31:02 UTC
Committed, thanks!