Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2012 14:37:49 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305038 - in head/astro: celestia celestia-gnome celestia-gtk celestia-kde
Message-ID:  <201209291437.q8TEbnL0040866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
 # $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 <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
 # $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 <danfe@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $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 <trevor@FreeBSD.org>
-#
+# Created by: Trevor Johnson <trevor@FreeBSD.org>
 # $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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209291437.q8TEbnL0040866>