Drop maintainership for some ports I no longer use.

This commit is contained in:
fcambus 2021-01-09 18:14:11 +00:00
parent 7dd003a669
commit 45d27cb709
2 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2020/01/17 20:36:04 fcambus Exp $ # $OpenBSD: Makefile,v 1.10 2021/01/09 18:14:11 fcambus Exp $
COMMENT = encoder/decoder implementation for DEC SIXEL graphics COMMENT = encoder/decoder implementation for DEC SIXEL graphics
V = 1.8.6 V = 1.8.6
DISTNAME = libsixel-$V DISTNAME = libsixel-$V
REVISION = 0
SHARED_LIBS += sixel 1.0 # 1.6 SHARED_LIBS += sixel 1.0 # 1.6
@ -11,8 +12,6 @@ CATEGORIES = graphics
HOMEPAGE = https://github.com/saitoha/libsixel HOMEPAGE = https://github.com/saitoha/libsixel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:56 sthen Exp $ # $OpenBSD: Makefile,v 1.12 2021/01/09 18:14:11 fcambus Exp $
COMMENT = record terminal sessions as SVG animations COMMENT = record terminal sessions as SVG animations
MODPY_EGG_VERSION = 1.1.0 MODPY_EGG_VERSION = 1.1.0
DISTNAME = termtosvg-${MODPY_EGG_VERSION} DISTNAME = termtosvg-${MODPY_EGG_VERSION}
REVISION = 1 REVISION = 2
CATEGORIES = graphics CATEGORIES = graphics
HOMEPAGE = https://nbedos.github.io/termtosvg/ HOMEPAGE = https://nbedos.github.io/termtosvg/
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# BSD # BSD
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes