Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 11:04:54 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525904 - in head/security/vlock: . files
Message-ID:  <202002121104.01CB4soC079467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Feb 12 11:04:54 2020
New Revision: 525904
URL: https://svnweb.freebsd.org/changeset/ports/525904

Log:
  Ub-break port + refresh patches
  
  Reported by:	Vagner Rener <vagnerrener@gmail.com>

Modified:
  head/security/vlock/Makefile
  head/security/vlock/files/patch-configure
  head/security/vlock/files/patch-modules-caca.c

Modified: head/security/vlock/Makefile
==============================================================================
--- head/security/vlock/Makefile	Wed Feb 12 11:00:20 2020	(r525903)
+++ head/security/vlock/Makefile	Wed Feb 12 11:04:54 2020	(r525904)
@@ -5,12 +5,11 @@ PORTNAME=	vlock
 PORTVERSION=	2.2.3
 PORTREVISION=	3
 CATEGORIES=	security
-MASTER_SITES=	http://cthulhu.c3d2.de/~toidinamai/vlock/archive/
+MASTER_SITES=	http://cthulhu.c3d2.de/~toidinamai/vlock/archive/ \
+		LOCAL/martymac
 
 MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Locks a terminal
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv2
 

Modified: head/security/vlock/files/patch-configure
==============================================================================
--- head/security/vlock/files/patch-configure	Wed Feb 12 11:00:20 2020	(r525903)
+++ head/security/vlock/files/patch-configure	Wed Feb 12 11:04:54 2020	(r525904)
@@ -1,6 +1,6 @@
---- configure.orig	2008-05-18 11:10:54.000000000 +0200
-+++ configure	2011-06-23 08:20:00.811018722 +0200
-@@ -219,12 +219,12 @@
+--- configure.orig	2011-09-18 15:22:35 UTC
++++ configure
+@@ -219,12 +219,12 @@ set_defaults() {
    SCRIPTDIR="\$(LIBDIR)/vlock/scripts"
    MODULEDIR="\$(LIBDIR)/vlock/modules"
  

Modified: head/security/vlock/files/patch-modules-caca.c
==============================================================================
--- head/security/vlock/files/patch-modules-caca.c	Wed Feb 12 11:00:20 2020	(r525903)
+++ head/security/vlock/files/patch-modules-caca.c	Wed Feb 12 11:04:54 2020	(r525904)
@@ -1,7 +1,7 @@
 Remove legacy header as libcucul has now been merged into libcaca.
 
---- ./modules/caca.c.orig	2015-07-21 20:34:23.876845709 +0200
-+++ ./modules/caca.c	2015-07-21 20:34:33.937820107 +0200
+--- modules/caca.c.orig	2011-09-18 15:22:35 UTC
++++ modules/caca.c
 @@ -37,7 +37,6 @@
  
  #include <ncurses.h>



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