Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2021 18:44:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561957 - in head/x11/bgs: . files
Message-ID:  <202101181844.10IIi5AS016004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jan 18 18:44:05 2021
New Revision: 561957
URL: https://svnweb.freebsd.org/changeset/ports/561957

Log:
  x11/bgs: Update 0.5 -> 0.8
  
  PR:		252409
  Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
  Approved by:	jlaffaye (maintainer's timeout 14 days)

Modified:
  head/x11/bgs/Makefile
  head/x11/bgs/distinfo
  head/x11/bgs/files/patch-config.mk
  head/x11/bgs/pkg-descr

Modified: head/x11/bgs/Makefile
==============================================================================
--- head/x11/bgs/Makefile	Mon Jan 18 18:35:50 2021	(r561956)
+++ head/x11/bgs/Makefile	Mon Jan 18 18:44:05 2021	(r561957)
@@ -2,19 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	bgs
-PORTVERSION=	0.5
-PORTREVISION=	5
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.8
 CATEGORIES=	x11
-MASTER_SITES=	http://s01.de/~gottox/files/bgs/ \
-		http://laffaye.free.fr/distfiles/
 
 MAINTAINER=	jlaffaye@FreeBSD.org
 COMMENT=	Simple X11 BackGround Setter using Imlib2
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
-USES=		xorg
+USES=		pkgconfig xorg
 USE_XORG=	x11 xinerama
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Gottox
 
 PLIST_FILES=	bin/bgs \
 		man/man1/bgs.1.gz

Modified: head/x11/bgs/distinfo
==============================================================================
--- head/x11/bgs/distinfo	Mon Jan 18 18:35:50 2021	(r561956)
+++ head/x11/bgs/distinfo	Mon Jan 18 18:44:05 2021	(r561957)
@@ -1,2 +1,3 @@
-SHA256 (bgs-0.5.tar.gz) = 9c09d6bbdc8a8710f43fdfa5ba90c7a4bfb940d86c2da9dfbb925bfc844983ac
-SIZE (bgs-0.5.tar.gz) = 4619
+TIMESTAMP = 1609769428
+SHA256 (Gottox-bgs-v0.8_GH0.tar.gz) = c52220a503f0ae1a200a2991893229ea981ae33722f41e9bc87bdf399f8d89e7
+SIZE (Gottox-bgs-v0.8_GH0.tar.gz) = 5122

Modified: head/x11/bgs/files/patch-config.mk
==============================================================================
--- head/x11/bgs/files/patch-config.mk	Mon Jan 18 18:35:50 2021	(r561956)
+++ head/x11/bgs/files/patch-config.mk	Mon Jan 18 18:44:05 2021	(r561957)
@@ -1,41 +1,13 @@
---- config.mk.orig 2008-07-13 17:31:26.000000000 +0200
-+++ config.mk  2008-07-14 15:01:43.000000000 +0200
-@@ -4,14 +4,14 @@
+--- config.mk.orig	2021-01-04 14:17:43 UTC
++++ config.mk
+@@ -4,8 +4,8 @@ VERSION = 0.8
  # Customize below to fit your system
-
+ 
  # paths
 -PREFIX = /usr/local
 -MANPREFIX = ${PREFIX}/share/man
 +PREFIX ?= /usr/local
 +MANPREFIX = ${PREFIX}/man
-
--X11INC = /usr/X11R6/include
--X11LIB = /usr/X11R6/lib
-+X11INC = $(LOCALBASE)/include
-+X11LIB = $(LOCALBASE)/lib
-
--IMLIB2INC = /usr/include/imlib2
--IMLIB2LIB = /usr/lib/imlib2/
-+IMLIB2INC = $(LOCALBASE)/imlib2
-+IMLIB2LIB = $(LOCALBASE)/lib/imlib2/
-
+ 
  # Xinerama, comment if you don't want it
- XINERAMALIBS = -L${X11LIB} -lXinerama
-@@ -22,13 +22,13 @@
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} -L ${IMLIB2LIB} -lImlib2
-
- # flags
--CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
--LDFLAGS = -s ${LIBS}
-+CPPFLAGS += -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-+CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-+LDFLAGS += ${LIBS}
-
- # Solaris
- #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
- #LDFLAGS = ${LIBS}
-
- # compiler and linker
--CC = cc
-+CC ?= cc
+ XINERAMALIBS = -lXinerama

Modified: head/x11/bgs/pkg-descr
==============================================================================
--- head/x11/bgs/pkg-descr	Mon Jan 18 18:35:50 2021	(r561956)
+++ head/x11/bgs/pkg-descr	Mon Jan 18 18:44:05 2021	(r561957)
@@ -4,4 +4,4 @@ bgs uses imlib2 for image rendering and rotates the im
 It is made for dynamic Xinerama/Xrandr setups such as used with notebooks,
 but it works very fine in any setup.
 
-WWW: http://s01.de/~gottox/index.cgi/proj_bgs
+WWW: https://github.com/Gottox/bgs



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