From owner-svn-ports-head@FreeBSD.ORG Sat Sep 29 14:37:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04D101065689; Sat, 29 Sep 2012 14:37:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E2FB08FC0A; Sat, 29 Sep 2012 14:37:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8TEbn66040871; Sat, 29 Sep 2012 14:37:49 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8TEbnL0040866; Sat, 29 Sep 2012 14:37:49 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209291437.q8TEbnL0040866@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 29 Sep 2012 14:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305038 - in head/astro: celestia celestia-gnome celestia-gtk celestia-kde X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2012 14:37:50 -0000 Author: danfe Date: Sat Sep 29 14:37:49 2012 New Revision: 305038 URL: http://svn.freebsd.org/changeset/ports/305038 Log: Trim Makefile headers and remove ABI versions in LIB_DEPENDS. Modified: head/astro/celestia-gnome/Makefile head/astro/celestia-gtk/Makefile head/astro/celestia-kde/Makefile head/astro/celestia/Makefile Modified: head/astro/celestia-gnome/Makefile ============================================================================== --- head/astro/celestia-gnome/Makefile Sat Sep 29 14:19:28 2012 (r305037) +++ head/astro/celestia-gnome/Makefile Sat Sep 29 14:37:49 2012 (r305038) @@ -1,9 +1,5 @@ -# New ports collection makefile for: celestia-gnome -# Date created: 04 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# CELESTIA_UI= gnome MASTERDIR= ${.CURDIR}/../celestia Modified: head/astro/celestia-gtk/Makefile ============================================================================== --- head/astro/celestia-gtk/Makefile Sat Sep 29 14:19:28 2012 (r305037) +++ head/astro/celestia-gtk/Makefile Sat Sep 29 14:37:49 2012 (r305038) @@ -1,9 +1,5 @@ -# New ports collection makefile for: celestia-gtk -# Date created: 04 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# CELESTIA_UI= gtk MASTERDIR= ${.CURDIR}/../celestia Modified: head/astro/celestia-kde/Makefile ============================================================================== --- head/astro/celestia-kde/Makefile Sat Sep 29 14:19:28 2012 (r305037) +++ head/astro/celestia-kde/Makefile Sat Sep 29 14:37:49 2012 (r305038) @@ -1,9 +1,5 @@ -# New ports collection makefile for: celestia-kde -# Date created: 18 Aug 2009 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# CELESTIA_UI= kde MASTERDIR= ${.CURDIR}/../celestia Modified: head/astro/celestia/Makefile ============================================================================== --- head/astro/celestia/Makefile Sat Sep 29 14:19:28 2012 (r305037) +++ head/astro/celestia/Makefile Sat Sep 29 14:37:49 2012 (r305038) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Celestia (master port) -# Date created: 2002-05-17 -# Whom: Trevor Johnson -# +# Created by: Trevor Johnson # $FreeBSD$ -# PORTNAME= celestia PORTVERSION= 1.6.1 @@ -17,7 +13,7 @@ COMMENT= Scriptable space flight simulat LICENSE= GPLv2 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png USE_AUTOTOOLS= libtool @@ -70,15 +66,15 @@ IGNORE= requires one of the <${UI_LIST} .if ${CELESTIA_UI} == "gtk" || ${CELESTIA_UI} == "gnome" USE_GNOME+= gnomehack -LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext \ - theora.0:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= gtkglext-x11-1:${PORTSDIR}/x11-toolkits/gtkglext \ + theora:${PORTSDIR}/multimedia/libtheora STARTUP_NOTIFY= true PLIST_FILES+= share/celestia/celestia-logo.png share/celestia/celestiaui.xml .else STARTUP_NOTIFY= false .endif .if ${CELESTIA_UI} == "kde" -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora PLIST_SUB+= KDE="" .else PLIST_SUB+= KDE="@comment "