From owner-svn-ports-all@freebsd.org Wed Jun 13 13:36:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC374100BD43; Wed, 13 Jun 2018 13:36:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58A1E836FB; Wed, 13 Jun 2018 13:36:41 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39AB61A1D5; Wed, 13 Jun 2018 13:36:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5DDafoe040825; Wed, 13 Jun 2018 13:36:41 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5DDaebs040821; Wed, 13 Jun 2018 13:36:40 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201806131336.w5DDaebs040821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 13 Jun 2018 13:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472323 - in head/x11-wm/fvwm2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/x11-wm/fvwm2: . files X-SVN-Commit-Revision: 472323 X-SVN-Commit-Repository: ports 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.26 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, 13 Jun 2018 13:36:42 -0000 Author: cy Date: Wed Jun 13 13:36:40 2018 New Revision: 472323 URL: https://svnweb.freebsd.org/changeset/ports/472323 Log: Update 2.6.7 --> 2.6.8 PR: 228976 Modified: head/x11-wm/fvwm2/Makefile (contents, props changed) head/x11-wm/fvwm2/distinfo (contents, props changed) head/x11-wm/fvwm2/files/patch-default-config__Makefile.in (contents, props changed) head/x11-wm/fvwm2/pkg-plist (contents, props changed) Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Wed Jun 13 13:27:53 2018 (r472322) +++ head/x11-wm/fvwm2/Makefile Wed Jun 13 13:36:40 2018 (r472323) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= fvwm -PORTVERSION= 2.6.7 -PORTREVISION= 3 +PORTVERSION= 2.6.8 CATEGORIES= x11-wm -MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/2.6.7/ \ +MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://www.fvwm.org/generated/icon_download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/x11-wm/fvwm2/distinfo ============================================================================== --- head/x11-wm/fvwm2/distinfo Wed Jun 13 13:27:53 2018 (r472322) +++ head/x11-wm/fvwm2/distinfo Wed Jun 13 13:36:40 2018 (r472323) @@ -1,5 +1,5 @@ -TIMESTAMP = 1481896219 -SHA256 (fvwm-2.6.7.tar.gz) = 01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73 -SIZE (fvwm-2.6.7.tar.gz) = 3934327 +TIMESTAMP = 1528892009 +SHA256 (fvwm-2.6.8.tar.gz) = fb36c9235d157411efb7383d09d7d4d25a90fe02d0b2b4f752ca4acc7e9bf341 +SIZE (fvwm-2.6.8.tar.gz) = 3915662 SHA256 (fvwm_icons-20070101.tar.bz2) = 86b0164430a3087f5cb8d55eb43a8676bbce495814b30c6844eb127f952642ab SIZE (fvwm_icons-20070101.tar.bz2) = 330862 Modified: head/x11-wm/fvwm2/files/patch-default-config__Makefile.in ============================================================================== --- head/x11-wm/fvwm2/files/patch-default-config__Makefile.in Wed Jun 13 13:27:53 2018 (r472322) +++ head/x11-wm/fvwm2/files/patch-default-config__Makefile.in Wed Jun 13 13:36:40 2018 (r472323) @@ -1,12 +1,9 @@ ---- default-config/Makefile.in.orig 2016-11-07 05:51:14.000000000 -0800 -+++ default-config/Makefile.in 2016-12-16 12:57:51.976313000 -0800 -@@ -597,9 +597,10 @@ - - install-data-hook: - cp -r $(srcdir)/images $(inst_location) -- ln -sf $(inst_location)/FvwmScript-DateTime $(inst_location)/.. -- ln -sf $(inst_location)/FvwmScript-ConfirmQuit $(inst_location)/.. -- ln -sf $(inst_location)/FvwmScript-ConfirmCopyConfig $(inst_location)/.. +--- default-config/Makefile.in.orig 2018-05-30 16:41:08.000000000 -0700 ++++ default-config/Makefile.in 2018-06-13 05:23:26.137557000 -0700 +@@ -603,6 +603,10 @@ + ln -sf default-config/FvwmScript-DateTime $(inst_location)/.. + ln -sf default-config/FvwmScript-ConfirmQuit $(inst_location)/.. + ln -sf default-config/FvwmScript-ConfirmCopyConfig $(inst_location)/.. + cd $(inst_location) + ln -sf FvwmScript-DateTime .. + ln -sf FvwmScript-ConfirmQuit .. Modified: head/x11-wm/fvwm2/pkg-plist ============================================================================== --- head/x11-wm/fvwm2/pkg-plist Wed Jun 13 13:27:53 2018 (r472322) +++ head/x11-wm/fvwm2/pkg-plist Wed Jun 13 13:36:40 2018 (r472323) @@ -407,7 +407,10 @@ man/man1/xpmroot.1.gz %%DATADIR%%/FvwmScript-Buttons %%DATADIR%%/FvwmScript-Colorset %%DATADIR%%/FvwmScript-ComExample +%%DATADIR%%/FvwmScript-ConfirmCopyConfig +%%DATADIR%%/FvwmScript-ConfirmQuit %%DATADIR%%/FvwmScript-Date +%%DATADIR%%/FvwmScript-DateTime %%DATADIR%%/FvwmScript-FileBrowser %%DATADIR%%/FvwmScript-Find %%DATADIR%%/FvwmScript-KeyboardSetup @@ -458,6 +461,8 @@ man/man1/xpmroot.1.gz %%DATADIR%%/perllib/General/Parse.pm %%NLS%%share/locale/ar/LC_MESSAGES/FvwmScript.mo %%NLS%%share/locale/ar/LC_MESSAGES/fvwm.mo +%%NLS%%share/locale/da/LC_MESSAGES/FvwmScript.mo +%%NLS%%share/locale/da/LC_MESSAGES/fvwm.mo %%NLS%%share/locale/de/LC_MESSAGES/FvwmScript.mo %%NLS%%share/locale/de/LC_MESSAGES/fvwm.mo %%NLS%%share/locale/es/LC_MESSAGES/FvwmScript.mo