svn commit: r306055 - head/x11/xcb

Jason E. Hale jhale at FreeBSD.org
Thu Oct 18 09:49:36 UTC 2012


Author: jhale
Date: Thu Oct 18 09:49:35 2012
New Revision: 306055
URL: http://svn.freebsd.org/changeset/ports/306055

Log:
  - Update MASTER_SITES
  - Add LICENSE (MIT)
  - Trim Makefile header
  - Remove indefinite article from COMMENT
  - Convert 2-line pkg-plist to PLIST_FILES
  - Update WWW
  
  PR:		ports/172512
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
  Approved by:	makc, avilla (mentors, implicit)
  Feature safe:	yes

Deleted:
  head/x11/xcb/pkg-plist
Modified:
  head/x11/xcb/Makefile   (contents, props changed)
  head/x11/xcb/pkg-descr   (contents, props changed)

Modified: head/x11/xcb/Makefile
==============================================================================
--- head/x11/xcb/Makefile	Thu Oct 18 09:15:43 2012	(r306054)
+++ head/x11/xcb/Makefile	Thu Oct 18 09:49:35 2012	(r306055)
@@ -1,21 +1,24 @@
-# New ports collection makefile for:	xcb
-# Date created:		1 August 1995
-# Whom:			jkh
-#
+# Created by: jkh
 # $FreeBSD$
-#
 
 PORTNAME=	xcb
 PORTVERSION=	2.4
 PORTREVISION=	2
 CATEGORIES=	x11
-MASTER_SITES=	http://oldhome.schmorp.de/marc/data/
+MASTER_SITES=	http://oldhome.schmorp.de/marc/data/ \
+		http://ftp.lyx.org/pub/pcg/marc/ \
+		http://fossies.org/unix/misc/old/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tool for managing x11 cut-buffers
+COMMENT=	Tool for managing x11 cut-buffers
+
+LICENSE=	MIT
 
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xmu xt
+
 MAN1=		xcb.1
+PLIST_FILES=	bin/xcb \
+		lib/X11/app-defaults/Xcb
 
 .include <bsd.port.mk>

Modified: head/x11/xcb/pkg-descr
==============================================================================
--- head/x11/xcb/pkg-descr	Thu Oct 18 09:15:43 2012	(r306054)
+++ head/x11/xcb/pkg-descr	Thu Oct 18 09:49:35 2012	(r306055)
@@ -13,4 +13,4 @@ used as holding pens to store and retrie
 so any number of different pieces of data can be saved and recalled later.
 The program is designed primarily for use with textual data.
 
-WWW: http://www.goof.com/pcg/marc/xcb.html
+WWW: http://oldhome.schmorp.de/marc/xcb.html


More information about the svn-ports-all mailing list