Bug 174754 - [PATCH] x11-toolkits/libsexy: Master and WWW site change, added License, take maintainership
Summary: [PATCH] x11-toolkits/libsexy: Master and WWW site change, added License, take...
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: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-28 00:20 UTC by nemysis
Modified: 2012-12-29 10:02 UTC (History)
0 users

See Also:


Attachments
libsexy-0.1.11_6.patch (1.14 KB, patch)
2012-12-28 00:20 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 2012-12-28 00:20:00 UTC
- Take maintainership

Makefile changed:
+MASTER_SITES=
+LICENSE=	LGPL21

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
portlint -A
looks usual.

port test: clean
Comment 1 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-12-29 09:49:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-29 09:58:39 UTC
Author: tota
Date: Sat Dec 29 09:58:25 2012
New Revision: 309614
URL: http://svnweb.freebsd.org/changeset/ports/309614

Log:
  - Update MASTER_SITES and WWW: line in pkg-descr
  - Add LICENSE
  - Pass maintainership to submitter
  - Convert to new Makefile header
  
  PR:		ports/174754 (based on)
  Submitted by:	nemysis <nemysis_AT_gmx_DOT_ch>

Modified:
  head/x11-toolkits/libsexy/Makefile
  head/x11-toolkits/libsexy/pkg-descr

Modified: head/x11-toolkits/libsexy/Makefile
==============================================================================
--- head/x11-toolkits/libsexy/Makefile	Sat Dec 29 07:01:11 2012	(r309613)
+++ head/x11-toolkits/libsexy/Makefile	Sat Dec 29 09:58:25 2012	(r309614)
@@ -1,20 +1,17 @@
-# New ports collection makefile for:	libsexy
-# Date created:				2005-11-06
-# Whom:					Andreas Kohn <andreas@syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas@syndrom23.de>
 # $FreeBSD$
-#
 
 PORTNAME=	libsexy
 PORTVERSION=	0.1.11
 PORTREVISION=	6
 CATEGORIES=	x11-toolkits devel
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
-		http://releases.chipx86.com/libsexy/libsexy/
+MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Extension widgets for GTK+
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 LIB_DEPENDS=	enchant:${PORTSDIR}/textproc/enchant
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/x11-toolkits/libsexy/pkg-descr
==============================================================================
--- head/x11-toolkits/libsexy/pkg-descr	Sat Dec 29 07:01:11 2012	(r309613)
+++ head/x11-toolkits/libsexy/pkg-descr	Sat Dec 29 09:58:25 2012	(r309614)
@@ -4,4 +4,4 @@ working around the limitations of the wi
 support for inline icons, spell checking (via Enchant), embedded hyperlinks,
 and more.
 
-WWW: http://www.chipx86.com/w/index.php/Libsexy
+WWW: http://releases.chipx86.com/libsexy/libsexy/
_______________________________________________
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 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-12-29 10:01:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!