Hi,

please find below an update for x11/bgs to 0.8, adding myself as 
maintainer.

OK?

Regards,
Joerg


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/bgs/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    29 Oct 2015 18:25:32 -0000      1.15
+++ Makefile    18 Nov 2015 21:14:42 -0000
@@ -2,15 +2,16 @@
 
 COMMENT =              simple background setter
 
-VERSION =              0.7.1
+VERSION =              0.8
 DISTNAME =             ${GH_PROJECT}-${VERSION}
 CATEGORIES =           x11 graphics
-REVISION =             0
+
+MAINTAINER =           Joerg Jung <[email protected]>
 
 # MIT/X
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =              X11 Xinerama c Imlib2 m
+WANTLIB =              X11 Xinerama c Imlib2 m Xext freetype z
 
 GH_ACCOUNT =           Gottox
 GH_PROJECT =           bgs
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/bgs/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    23 May 2015 11:58:19 -0000      1.4
+++ distinfo    18 Nov 2015 21:14:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (bgs-0.7.1.tar.gz) = iIPjVAYRRjL0CYqMR6xP+lr9eV2Qh9Crz5181dII9c0=
-SIZE (bgs-0.7.1.tar.gz) = 5160
+SHA256 (bgs-0.8.tar.gz) = xSIgpQPwrhogCimRiTIp6pga4zci9B6byHvfOZ+Niec=
+SIZE (bgs-0.8.tar.gz) = 5122
Index: patches/patch-config_mk
===================================================================
RCS file: /cvs/ports/x11/bgs/patches/patch-config_mk,v
retrieving revision 1.3
diff -u -p -r1.3 patch-config_mk
--- patches/patch-config_mk     23 May 2015 11:58:19 -0000      1.3
+++ patches/patch-config_mk     18 Nov 2015 21:14:42 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-config_mk,v 1.3 2015/05/23 11:58:19 jung Exp $
---- config.mk.orig     Tue May 12 11:09:52 2015
-+++ config.mk  Sat May 23 13:35:37 2015
-@@ -4,22 +4,19 @@ VERSION = 0.7.1
+--- config.mk.orig     Fri Sep  4 11:27:41 2015
++++ config.mk  Wed Nov 18 22:07:29 2015
+@@ -4,8 +4,8 @@ VERSION = 0.8
  # Customize below to fit your system
  
  # paths
@@ -10,23 +10,5 @@ $OpenBSD: patch-config_mk,v 1.3 2015/05/
 +#PREFIX = /usr/local
 +MANPREFIX = ${PREFIX}/man
  
--X11INC = /usr/X11R6/include
--X11LIB = /usr/X11R6/lib
-+X11INC = ${X11BASE}/include
-+X11LIB = ${X11BASE}/lib
- 
--IMLIB2INC = /usr/include/imlib2
--IMLIB2LIB = /usr/lib/imlib2/
--
  # Xinerama, comment if you don't want it
- XINERAMALIBS = -L${X11LIB} -lXinerama
- XINERAMAFLAGS = -DXINERAMA
- 
- # includes and libs
--INCS = -I${X11INC} -I ${IMLIB2INC}
--LIBS = -lm -L${X11LIB} -lX11 ${XINERAMALIBS} -L${IMLIB2LIB} -lImlib2 -lm
-+INCS = -I${X11INC} -I${LOCALBASE}/include
-+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} -L${LOCALBASE}/lib -lImlib2 -lm
- 
- # flags
- CFLAGS += -std=c99 -pedantic -Wall ${INCS} -DVERSION=\"${VERSION}\" 
${XINERAMAFLAGS}
+ XINERAMALIBS = -lXinerama

Reply via email to