From owner-svn-ports-all@freebsd.org Wed Jun 1 14:23:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDC20B4F7BE; Wed, 1 Jun 2016 14:23:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9884B1DBA; Wed, 1 Jun 2016 14:23:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u51ENo7k084838; Wed, 1 Jun 2016 14:23:50 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u51ENoiM084833; Wed, 1 Jun 2016 14:23:50 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201606011423.u51ENoiM084833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Wed, 1 Jun 2016 14:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416245 - in head/sysutils/dvtm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 14:23:51 -0000 Author: beat Date: Wed Jun 1 14:23:50 2016 New Revision: 416245 URL: https://svnweb.freebsd.org/changeset/ports/416245 Log: - Update to 0.15 - Add LICENSE - Regenerate patches with make makepatch Modified: head/sysutils/dvtm/Makefile head/sysutils/dvtm/distinfo head/sysutils/dvtm/files/patch-Makefile head/sysutils/dvtm/files/patch-config.mk Modified: head/sysutils/dvtm/Makefile ============================================================================== --- head/sysutils/dvtm/Makefile Wed Jun 1 14:16:13 2016 (r416244) +++ head/sysutils/dvtm/Makefile Wed Jun 1 14:23:50 2016 (r416245) @@ -1,13 +1,16 @@ # $FreeBSD$ PORTNAME= dvtm -PORTVERSION= 0.13 +PORTVERSION= 0.15 CATEGORIES= sysutils MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ MAINTAINER= beat@FreeBSD.org COMMENT= Tiling window management for the console +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= ncurses PLIST_FILES= bin/dvtm bin/dvtm-status \ man/man1/dvtm.1.gz Modified: head/sysutils/dvtm/distinfo ============================================================================== --- head/sysutils/dvtm/distinfo Wed Jun 1 14:16:13 2016 (r416244) +++ head/sysutils/dvtm/distinfo Wed Jun 1 14:23:50 2016 (r416245) @@ -1,2 +1,3 @@ -SHA256 (dvtm-0.13.tar.gz) = 525dba7c9da0b8e18baa910c564cadd499c28ba8aa463c6a3200ba4ce3882568 -SIZE (dvtm-0.13.tar.gz) = 35651 +TIMESTAMP = 1464790207 +SHA256 (dvtm-0.15.tar.gz) = 8f2015c05e2ad82f12ae4cf12b363d34f527a4bbc8c369667f239e4542e1e510 +SIZE (dvtm-0.15.tar.gz) = 40511 Modified: head/sysutils/dvtm/files/patch-Makefile ============================================================================== --- head/sysutils/dvtm/files/patch-Makefile Wed Jun 1 14:16:13 2016 (r416244) +++ head/sysutils/dvtm/files/patch-Makefile Wed Jun 1 14:23:50 2016 (r416245) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-01-08 12:22:43.000000000 +0100 -+++ Makefile 2015-01-08 12:22:51.000000000 +0100 -@@ -55,8 +55,6 @@ +--- Makefile.orig 2016-01-09 11:40:56 UTC ++++ Makefile +@@ -55,8 +55,6 @@ install: dvtm @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1 Modified: head/sysutils/dvtm/files/patch-config.mk ============================================================================== --- head/sysutils/dvtm/files/patch-config.mk Wed Jun 1 14:16:13 2016 (r416244) +++ head/sysutils/dvtm/files/patch-config.mk Wed Jun 1 14:23:50 2016 (r416245) @@ -1,6 +1,6 @@ ---- config.mk.orig 2014-11-15 15:01:02.000000000 +0100 -+++ config.mk 2015-01-08 12:08:14.000000000 +0100 -@@ -4,7 +4,7 @@ +--- config.mk.orig 2016-01-09 11:40:56 UTC ++++ config.mk +@@ -4,14 +4,14 @@ VERSION = 0.15 # Customize below to fit your system PREFIX ?= /usr/local @@ -9,16 +9,11 @@ # specify your systems terminfo directory # leave empty to install into your home folder TERMINFO := ${DESTDIR}${PREFIX}/share/terminfo -@@ -21,10 +21,10 @@ - # Cygwin - #INCS = -I/usr/include/ncurses --CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -+CFLAGS += -std=c99 ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE + INCS = -I. + LIBS = -lc -lutil -lncursesw +-CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED ++CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -D__BSD_VISIBLE + CFLAGS += -std=c99 ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG ${CPPFLAGS} LDFLAGS += ${LIBS} - DEBUG_CFLAGS = ${CFLAGS} -UNDEBUG -O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter - --CC = cc -+CC ?= cc - STRIP = strip