svn commit: r536238 - in branches/2020Q2/x11-wm/pekwm: . files
Rene Ladan
rene at FreeBSD.org
Fri May 22 19:43:37 UTC 2020
Author: rene
Date: Fri May 22 19:43:36 2020
New Revision: 536238
URL: https://svnweb.freebsd.org/changeset/ports/536238
Log:
MFH: r536021
x11-wm/pekwm: unexpire, change MASTER_SITE
Also, add USES=autoreconf and add missing USE_XORG=xinerama xrandr
PR: 245185
Submitted by: lbartoletti
Approved by: maintainer
Approved by: ports-secteam (joneum)
Modified:
branches/2020Q2/x11-wm/pekwm/Makefile
branches/2020Q2/x11-wm/pekwm/distinfo
branches/2020Q2/x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/x11-wm/pekwm/Makefile
==============================================================================
--- branches/2020Q2/x11-wm/pekwm/Makefile Fri May 22 19:42:39 2020 (r536237)
+++ branches/2020Q2/x11-wm/pekwm/Makefile Fri May 22 19:43:36 2020 (r536238)
@@ -2,25 +2,25 @@
# $FreeBSD$
PORTNAME= pekwm
-PORTVERSION= 0.1.17
-PORTREVISION= 4
+DISTVERSIONPREFIX= release-
+DISTVERSION= 0.1.17
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= x11-wm
-MASTER_SITES= https://pekwm.org/projects/3/files/
MAINTAINER= natbsd at instinctive.eu
COMMENT= Light, Unobtrusive, and configurable windowmanager
-BROKEN= unfetchable
-
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png
-USES= compiler gmake iconv:wchar_t jpeg localbase pkgconfig \
- tar:bzip2 xorg
-USE_XORG= xft xpm x11 sm ice xext
+USES= autoreconf compiler gmake iconv:wchar_t jpeg \
+ localbase pkgconfig tar:bzip2 xorg
+USE_XORG= xft xpm x11 sm ice xext xinerama xrandr
+USE_GITHUB= yes
+GH_ACCOUNT= pekdon
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \
--enable-xft --enable-image-xpm --enable-image-jpeg \
Modified: branches/2020Q2/x11-wm/pekwm/distinfo
==============================================================================
--- branches/2020Q2/x11-wm/pekwm/distinfo Fri May 22 19:42:39 2020 (r536237)
+++ branches/2020Q2/x11-wm/pekwm/distinfo Fri May 22 19:43:36 2020 (r536238)
@@ -1,2 +1,3 @@
-SHA256 (pekwm-0.1.17.tar.bz2) = 8a1fd3bf9f38e8c7bb2b2864c090f986b60cec2281ecf1bba462d120fb327d00
-SIZE (pekwm-0.1.17.tar.bz2) = 405742
+TIMESTAMP = 1585563189
+SHA256 (pekdon-pekwm-release-0.1.17_GH0.tar.gz) = 7b5a07a377494588e95d68b87a3f4d823f813cb29053618bfad691a00cd8afb6
+SIZE (pekdon-pekwm-release-0.1.17_GH0.tar.gz) = 429100
Modified: branches/2020Q2/x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh
==============================================================================
--- branches/2020Q2/x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh Fri May 22 19:42:39 2020 (r536237)
+++ branches/2020Q2/x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh Fri May 22 19:43:36 2020 (r536238)
@@ -1,5 +1,5 @@
---- ./data/scripts/pekwm_screenshot.sh.orig 2013-05-26 14:01:18.000000000 +0200
-+++ ./data/scripts/pekwm_screenshot.sh 2013-06-25 13:38:36.617834517 +0200
+--- data/scripts/pekwm_screenshot.sh.orig 2013-05-24 19:24:23 UTC
++++ data/scripts/pekwm_screenshot.sh
@@ -1,30 +1,30 @@
-#!/usr/bin/env bash
+#!/bin/sh
@@ -37,7 +37,7 @@
{
is_in_path "scrot"
if test $? -eq 0; then
-@@ -45,7 +45,7 @@
+@@ -45,7 +45,7 @@ function detect_command
fi
}
@@ -46,7 +46,7 @@
{
echo "usage: pekwm_screenshot.sh [-c scrot|netpbm|magick] [-d delay] [-o output.png]"
echo ""
-@@ -61,7 +61,7 @@
+@@ -61,7 +61,7 @@ function usage
exit 0
}
@@ -55,7 +55,7 @@
{
echo "Unable to find any supported commands for taking screenshots"
echo ""
-@@ -74,7 +74,7 @@
+@@ -74,7 +74,7 @@ function usage_command
exit 1
}
More information about the svn-ports-branches
mailing list