mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/rgb: Update to 1.1.0
PR: 272112 Approved by: x11 (manu)
This commit is contained in:
parent
2342d4c99b
commit
1bba72c277
2 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:xz xorg xorg-cat:app
|
||||
USE_XORG= x11 xorgproto
|
||||
|
||||
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
||||
|
||||
USES= xorg xorg-cat:app
|
||||
USE_XORG= x11 xorgproto
|
||||
|
||||
PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz
|
||||
PLIST_FILES= bin/showrgb \
|
||||
lib/X11/rgb.txt \
|
||||
man/man1/showrgb.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue