Bug 174756 - [PATCH] x11-toolkits/libsexymm: Added License, WWW site changed, take maintainership
Summary: [PATCH] x11-toolkits/libsexymm: Added License, WWW site changed, take maintai...
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:40 UTC by nemysis
Modified: 2012-12-29 10:10 UTC (History)
0 users

See Also:


Attachments
libsexymm-0.1.9_6.patch (1.02 KB, patch)
2012-12-28 00:40 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:40:01 UTC
- Take maintainership

Makefile changed:
+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 fine.

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

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-29 10:08:05 UTC
Author: tota
Date: Sat Dec 29 10:07:58 2012
New Revision: 309615
URL: http://svnweb.freebsd.org/changeset/ports/309615

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

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

Modified: head/x11-toolkits/libsexymm/Makefile
==============================================================================
--- head/x11-toolkits/libsexymm/Makefile	Sat Dec 29 09:58:25 2012	(r309614)
+++ head/x11-toolkits/libsexymm/Makefile	Sat Dec 29 10:07:58 2012	(r309615)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	libsexymm
-# Date created:				2005-11-07
-# Whom:					Andreas Kohn <andreas@syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas@syndrom23.de>
 # $FreeBSD$
-#
 
 PORTNAME=	libsexymm
 PORTVERSION=	0.1.9
@@ -11,10 +7,12 @@ PORTREVISION=	6
 CATEGORIES=	x11-toolkits devel
 MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexymm/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@gmx.ch
 COMMENT=	C++ bindings for libsexy
 
-LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
+LICENSE=	LGPL21
+
+LIB_DEPENDS=	gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		sexy:${PORTSDIR}/x11-toolkits/libsexy
 
 USE_AUTOTOOLS=	libtool

Modified: head/x11-toolkits/libsexymm/pkg-descr
==============================================================================
--- head/x11-toolkits/libsexymm/pkg-descr	Sat Dec 29 09:58:25 2012	(r309614)
+++ head/x11-toolkits/libsexymm/pkg-descr	Sat Dec 29 10:07:58 2012	(r309615)
@@ -1,4 +1,4 @@
 C++ bindings for libsexy, a library containing useful extension widgets for
 GTK+.
 
-WWW: http://www.chipx86.com/wiki/Libsexy
+WWW: http://releases.chipx86.com/libsexy/libsexymm/
_______________________________________________
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:08:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!