Skip to content

Commit

Permalink
x11/rgb: Update to 1.1.0
Browse files Browse the repository at this point in the history
PR:		272112
Approved by:	x11 (manu)
  • Loading branch information
lwhsu committed Jun 22, 2023
1 parent 2342d4c commit 1bba72c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
15 changes: 10 additions & 5 deletions x11/rgb/Makefile
@@ -1,16 +1,21 @@
PORTNAME= rgb
PORTVERSION= 1.0.6
PORTREVISION= 2
PORTVERSION= 1.1.0
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT= Uncompile an rgb color-name database
WWW= https://gitlab.freedesktop.org/xorg/app/rgb

CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

USES= xorg xorg-cat:app
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xorgproto

PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb

PLIST_FILES= bin/showrgb \
lib/X11/rgb.txt \
man/man1/showrgb.1.gz

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions x11/rgb/distinfo
@@ -1,2 +1,3 @@
SHA256 (xorg/app/rgb-1.0.6.tar.bz2) = bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0
SIZE (xorg/app/rgb-1.0.6.tar.bz2) = 139225
TIMESTAMP = 1687305153
SHA256 (xorg/app/rgb-1.1.0.tar.xz) = fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b
SIZE (xorg/app/rgb-1.1.0.tar.xz) = 132824

0 comments on commit 1bba72c

Please sign in to comment.