diff options
author | tnn <tnn> | 2009-11-09 19:16:27 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-09 19:16:27 +0000 |
commit | 369c4fc49fe3150de673d06d5455b63bf6d02a93 (patch) | |
tree | 0325075ab02078a96502a6ca29b8b13c38d80f14 | |
parent | 2f50f8c0af918343fb11fa1bae248fa2a1c751db (diff) | |
download | pkgsrc-369c4fc49fe3150de673d06d5455b63bf6d02a93.tar.gz |
Update to xbitmaps-1.1.0. Changes:
Create COPYING file from notice in terminal & X11R6.6 release notes
Move black6 & box6 bitmaps from xmh module
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
add .gitignore
Correct make distcheck.
-rw-r--r-- | x11/xbitmaps/Makefile | 4 | ||||
-rw-r--r-- | x11/xbitmaps/PLIST | 4 | ||||
-rw-r--r-- | x11/xbitmaps/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index dd2345c0a42..75c9847f36a 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/09 19:16:27 tnn Exp $ # -DISTNAME= xbitmaps-1.0.1 +DISTNAME= xbitmaps-1.1.0 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=data/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xbitmaps/PLIST b/x11/xbitmaps/PLIST index 59ead3f4b71..dcda4508b60 100644 --- a/x11/xbitmaps/PLIST +++ b/x11/xbitmaps/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:09 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/11/09 19:16:27 tnn Exp $ include/X11/bitmaps/1x1 include/X11/bitmaps/2x2 include/X11/bitmaps/black +include/X11/bitmaps/black6 +include/X11/bitmaps/box6 include/X11/bitmaps/boxes include/X11/bitmaps/calculator include/X11/bitmaps/cntr_ptr diff --git a/x11/xbitmaps/distinfo b/x11/xbitmaps/distinfo index e2acdd8382d..27feb334975 100644 --- a/x11/xbitmaps/distinfo +++ b/x11/xbitmaps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/03 19:41:40 joerg Exp $ +$NetBSD: distinfo,v 1.2 2009/11/09 19:16:27 tnn Exp $ -SHA1 (xbitmaps-1.0.1.tar.bz2) = 6c0fd6f7c9bba682aa0216b4d91a6e9a6b7f01cf -RMD160 (xbitmaps-1.0.1.tar.bz2) = d6cf399ffce54cd001e7d6ed41c83c9495d73db9 -Size (xbitmaps-1.0.1.tar.bz2) = 55570 bytes +SHA1 (xbitmaps-1.1.0.tar.bz2) = 845b825f7e6d193d47db8b67ae8332d87ef8c2b3 +RMD160 (xbitmaps-1.1.0.tar.bz2) = 7a404194cd4e9d0b37611b5f9be381eb3f926999 +Size (xbitmaps-1.1.0.tar.bz2) = 101645 bytes |