From owner-svn-ports-head@FreeBSD.ORG Fri May 23 13:14:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EDFE796; Fri, 23 May 2014 13:14:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFC412B8D; Fri, 23 May 2014 13:14:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NDEnkg036171; Fri, 23 May 2014 13:14:49 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4NDEnq6036169; Fri, 23 May 2014 13:14:49 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201405231314.s4NDEnq6036169@svn.freebsd.org> From: Greg Lewis Date: Fri, 23 May 2014 13:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354936 - head/x11-wm/afterstep-stable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 23 May 2014 13:14:50 -0000 Author: glewis Date: Fri May 23 13:14:49 2014 New Revision: 354936 URL: http://svnweb.freebsd.org/changeset/ports/354936 QAT: https://qat.redports.org/buildarchive/r354936/ Log: . Convert LIB_DEPENDS to the new format. . Move MAN1 man pages to the packing list. . Remove a @dirrmtry I didn't need. Modified: head/x11-wm/afterstep-stable/Makefile head/x11-wm/afterstep-stable/pkg-plist Modified: head/x11-wm/afterstep-stable/Makefile ============================================================================== --- head/x11-wm/afterstep-stable/Makefile Fri May 23 11:49:49 2014 (r354935) +++ head/x11-wm/afterstep-stable/Makefile Fri May 23 13:14:49 2014 (r354936) @@ -12,14 +12,14 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= A stable version of the AfterStep window manager -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - gif:${PORTSDIR}/graphics/giflib \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli USES= gmake pkgconfig shebangfix tar:bzip2 @@ -42,16 +42,6 @@ MAKE_ENV+= HOME=- WRKSRC= ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION} -MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \ - Animate.1x AnimateTypes.1x Arrange.1x AutoExec.1x \ - BalloonContents.1x Base.1x Bevel.1x ColorScheme.1x \ - Feel.1x FeelWindowBox.1x Functions.1x Gravity.1x Look.1x \ - MyBackground.1x MyFrame.1x MyStyle.1x Pager.1x \ - PagerDecorations.1x Placement.1x Sound.1x SoundEvents.1x \ - SupportedHints.1x TbarLayout.1x Wharf.1x WharfFolders.1x \ - WharfSounds.1x WinCommand.1x WinList.1x WinTabs.1x \ - afterstep_faq.1x asimagexml.1x - .if defined(WITH_DIFFERENT_LOOKNFEELS) CONFIGURE_ARGS+= --enable-different-looknfeels .endif Modified: head/x11-wm/afterstep-stable/pkg-plist ============================================================================== --- head/x11-wm/afterstep-stable/pkg-plist Fri May 23 11:49:49 2014 (r354935) +++ head/x11-wm/afterstep-stable/pkg-plist Fri May 23 13:14:49 2014 (r354936) @@ -71,6 +71,41 @@ include/libAfterStep/wmprops.h lib/libASGTK.a lib/libAfterConf.a lib/libAfterStep.a +man/man1/ASDatabase.1x.gz +man/man1/ASDatabaseEntry.1x.gz +man/man1/AfterStep.1x.gz +man/man1/Align.1x.gz +man/man1/Animate.1x.gz +man/man1/AnimateTypes.1x.gz +man/man1/Arrange.1x.gz +man/man1/AutoExec.1x.gz +man/man1/BalloonContents.1x.gz +man/man1/Base.1x.gz +man/man1/Bevel.1x.gz +man/man1/ColorScheme.1x.gz +man/man1/Feel.1x.gz +man/man1/FeelWindowBox.1x.gz +man/man1/Functions.1x.gz +man/man1/Gravity.1x.gz +man/man1/Look.1x.gz +man/man1/MyBackground.1x.gz +man/man1/MyFrame.1x.gz +man/man1/MyStyle.1x.gz +man/man1/Pager.1x.gz +man/man1/PagerDecorations.1x.gz +man/man1/Placement.1x.gz +man/man1/Sound.1x.gz +man/man1/SoundEvents.1x.gz +man/man1/SupportedHints.1x.gz +man/man1/TbarLayout.1x.gz +man/man1/Wharf.1x.gz +man/man1/WharfFolders.1x.gz +man/man1/WharfSounds.1x.gz +man/man1/WinCommand.1x.gz +man/man1/WinList.1x.gz +man/man1/WinTabs.1x.gz +man/man1/afterstep_faq.1x.gz +man/man1/asimagexml.1x.gz %%DATADIR%%/CREDITS %%DATADIR%%/animate %%DATADIR%%/applications/aboutinfo.desktop @@ -1454,4 +1489,3 @@ share/applications/AfterStep.desktop @dirrm include/libAfterStep @dirrm include/libAfterConf @dirrm include/libASGTK -@dirrmtry share/applications