Bug 179702 - [PATCH] x11/lxde-meta: take maintainership
Summary: [PATCH] x11/lxde-meta: take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-19 07:10 UTC by nemysis
Modified: 2013-06-21 14:30 UTC (History)
1 user (show)

See Also:


Attachments
lxde-meta-1.0_4.patch (1.00 KB, patch)
2013-06-19 07:10 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-06-19 07:10:00 UTC
- Take maintainership
- Shorten header
- Trim WWW

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-21 14:00:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-21 14:29:21 UTC
Author: wg
Date: Fri Jun 21 13:29:08 2013
New Revision: 321471
URL: http://svnweb.freebsd.org/changeset/ports/321471

Log:
  x11/lxde-meta: fix pkg-descr WWW
  
  - Fix extra spaces in WWW pkg-descr [1]
  - Trim Makefile header [1]
  - Remove leading "The" in COMMENT
  - Pass maintainership to submitter
  
  PR:		ports/179702 [1]
  Submitted by:	nemysis <nemysis@gmx.ch>

Modified:
  head/x11/lxde-meta/Makefile
  head/x11/lxde-meta/pkg-descr

Modified: head/x11/lxde-meta/Makefile
==============================================================================
--- head/x11/lxde-meta/Makefile	Fri Jun 21 13:20:24 2013	(r321470)
+++ head/x11/lxde-meta/Makefile	Fri Jun 21 13:29:08 2013	(r321471)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lxde-meta
-# Date created:		07.02.2009
-# Whom:			Daniel Walter <sahne@0x90.at>
-#
+# Created by: Daniel Walter <sahne@0x90.at>
 # $FreeBSD$
-#
 
 PORTNAME=	lxde-meta
 PORTVERSION=	1.0
@@ -12,8 +8,8 @@ CATEGORIES=	x11
 MASTER_SITES=	#none
 DISTFILES=	#none
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The "meta-port" of the LXDE desktop slimmed down for FreeBSD releases
+MAINTAINER=	nemysis@gmx.ch
+COMMENT=	"meta-port" of the LXDE desktop slimmed down for FreeBSD releases
 
 RUN_DEPENDS=	openbox:${PORTSDIR}/x11-wm/openbox \
 		obconf:${PORTSDIR}/x11-wm/obconf \

Modified: head/x11/lxde-meta/pkg-descr
==============================================================================
--- head/x11/lxde-meta/pkg-descr	Fri Jun 21 13:20:24 2013	(r321470)
+++ head/x11/lxde-meta/pkg-descr	Fri Jun 21 13:29:08 2013	(r321471)
@@ -1,3 +1,3 @@
 LXDE is a small and lightweight X11 Desktop
 
-WWW:	http://lxde.org/
+WWW: http://lxde.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-21 14:29:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!