From 6e6c97a69400486e2fc23533a296a78576aaae6b Mon Sep 17 00:00:00 2001 From: tota Date: Sat, 29 Dec 2012 09:58:25 +0000 Subject: - 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 --- x11-toolkits/libsexy/Makefile | 13 +++++-------- x11-toolkits/libsexy/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 7d6376eef4ab..31d88764b0b8 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -1,20 +1,17 @@ -# New ports collection makefile for: libsexy -# Date created: 2005-11-06 -# Whom: Andreas Kohn -# +# Created by: Andreas Kohn # $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} diff --git a/x11-toolkits/libsexy/pkg-descr b/x11-toolkits/libsexy/pkg-descr index 48af45c8c330..f301f7b9e4fa 100644 --- a/x11-toolkits/libsexy/pkg-descr +++ b/x11-toolkits/libsexy/pkg-descr @@ -4,4 +4,4 @@ working around the limitations of the widgets. "Sexy" widgets include 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/ -- cgit