diff options
-rw-r--r-- | x11/xbitmaps/Makefile | 5 | ||||
-rw-r--r-- | x11/xbitmaps/distinfo | 6 | ||||
-rw-r--r-- | x11/xbitmaps/pkg-descr | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index ba145169c1d7..07dd1eb767e2 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -1,14 +1,15 @@ PORTNAME= xbitmaps -PORTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org bitmaps data +WWW= https://gitlab.freedesktop.org/xorg/data/bitmaps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix xorg-cat:data +USES= pathfix tar:xz xorg-cat:data NO_ARCH= yes diff --git a/x11/xbitmaps/distinfo b/x11/xbitmaps/distinfo index 52785ed4b345..c05615ec2e29 100644 --- a/x11/xbitmaps/distinfo +++ b/x11/xbitmaps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522344325 -SHA256 (xorg/data/xbitmaps-1.1.2.tar.bz2) = b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee -SIZE (xorg/data/xbitmaps-1.1.2.tar.bz2) = 129435 +TIMESTAMP = 1747086459 +SHA256 (xorg/data/xbitmaps-1.1.3.tar.xz) = ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a +SIZE (xorg/data/xbitmaps-1.1.3.tar.xz) = 109772 diff --git a/x11/xbitmaps/pkg-descr b/x11/xbitmaps/pkg-descr index df006bcf2041..cececa064d31 100644 --- a/x11/xbitmaps/pkg-descr +++ b/x11/xbitmaps/pkg-descr @@ -1,2 +1,3 @@ This package contains xbitmaps, which provides static graphics needed by X.Org applications to draw screen elements. +The bitmaps are in the X BitMap (XBM) format for direct inclusion in C. |