From owner-svn-ports-all@FreeBSD.ORG Sat Jan 26 16:06:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0544118F; Sat, 26 Jan 2013 16:06:39 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CD19F65D; Sat, 26 Jan 2013 16:06:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0QG6cMT061228; Sat, 26 Jan 2013 16:06:38 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0QG6agW061208; Sat, 26 Jan 2013 16:06:36 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201301261606.r0QG6agW061208@svn.freebsd.org> From: Dirk Meyer Date: Sat, 26 Jan 2013 16:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311023 - in head: comms/hylafax graphics/comical graphics/gimageview graphics/ruby-gd mail/sentinel misc/magicpoint multimedia/sabbu net-im/licq-osd net/sixxs-aiccu news/knews security... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 16:06:39 -0000 Author: dinoex Date: Sat Jan 26 16:06:35 2013 New Revision: 311023 URL: http://svnweb.freebsd.org/changeset/ports/311023 Log: - cleanup header - strip shlibversion in depedency Modified: head/comms/hylafax/Makefile head/graphics/comical/Makefile head/graphics/gimageview/Makefile head/graphics/ruby-gd/Makefile head/mail/sentinel/Makefile head/misc/magicpoint/Makefile head/multimedia/sabbu/Makefile head/net-im/licq-osd/Makefile head/net/sixxs-aiccu/Makefile head/news/knews/Makefile head/security/tinc/Makefile head/x11-toolkits/lesstif/Makefile Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/comms/hylafax/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# ports collection makefile for: hylafax -# Date created: 16 May 1995 -# Whom: Julian Stacey -# +# Created by: Julian Stacey # $FreeBSD$ -# PORTNAME= hylafax PORTVERSION= 6.0.6 @@ -16,7 +12,7 @@ COMMENT= Fax software BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ - jbig.1:${PORTSDIR}/graphics/jbigkit + jbig:${PORTSDIR}/graphics/jbigkit MAKE_JOBS_UNSAFE= yes Modified: head/graphics/comical/Makefile ============================================================================== --- head/graphics/comical/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/graphics/comical/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: comical -# Date created: 6 June 2005 -# Whom: John McAree -# +# Created by: John McAree # $FreeBSD$ -# PORTNAME= comical PORTVERSION= 0.8 @@ -14,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= dinoex@FreeBSD.org COMMENT= A sequential image viewer -LIB_DEPENDS= unrar.3:${PORTSDIR}/archivers/libunrar +LIB_DEPENDS= unrar:${PORTSDIR}/archivers/libunrar LICENSE= GPLv2 Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/graphics/gimageview/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -10,7 +10,7 @@ MASTER_SITES= SF/gtkmmviewer/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another GTK+ based image viewer -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png USE_GMAKE= yes @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif .if ${PORT_OPTIONS:MLIBMNG} -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng +LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng PLIST_SUB+= WITH_LIBMNG="" .else CONFIGURE_ARGS+= --without-libmng @@ -59,7 +59,7 @@ PLIST_SUB+= WITH_LIBMNG="@comment " .endif .if ${PORT_OPTIONS:MLIBWMF} -LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf PLIST_SUB+= WITH_LIBWMF="" .else CONFIGURE_ARGS+= --without-libwmf @@ -67,7 +67,7 @@ PLIST_SUB+= WITH_LIBWMF="@comment " .endif .if ${PORT_OPTIONS:MLIBRSVG2} -LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 +LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 PLIST_SUB+= WITH_LIBRSVG="" .else CONFIGURE_ARGS+= --without-librsvg @@ -75,7 +75,7 @@ PLIST_SUB+= WITH_LIBRSVG="@comment " .endif .if ${PORT_OPTIONS:MLIBEXIF} -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c .else CONFIGURE_ARGS+= --disable-exif @@ -91,7 +91,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if ${PORT_OPTIONS:MLIBXINE} -LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/graphics/ruby-gd/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/gd -# Date created: 27 Sep 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= gd PORTVERSION= 0.8.0 @@ -18,7 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby extension library to use Thomas Boutell's gd library -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -33,7 +29,7 @@ INSTALL_TARGET= site-install CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd .include Modified: head/mail/sentinel/Makefile ============================================================================== --- head/mail/sentinel/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/mail/sentinel/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sentinel -# Date created: 14 May 2002 -# Whom: Peter Hollaubek -# +# Created by: Peter Hollaubek # $FreeBSD$ -# PORTNAME= sentinel PORTVERSION= 1.7b @@ -14,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Se MAINTAINER= dinoex@FreeBSD.org COMMENT= A sendmail milter API implementation -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/misc/magicpoint/Makefile ============================================================================== --- head/misc/magicpoint/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/misc/magicpoint/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: magicpoint -# Date created: 24 December 1997 -# Whom: itojun@itojun.org -# +# Created by: itojun@itojun.org # $FreeBSD$ -# PORTNAME= magicpoint PORTVERSION= 1.13a @@ -65,7 +61,7 @@ CONFIGURE_ARGS+= --disable-xft2 .endif .if ${PORT_OPTIONS:MGIF} -LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib +LIB_DEPENDS+= gif:${PORTSDIR}/graphics/giflib CONFIGURE_ARGS+= --enable-gif CFLAGS+= -I${LOCALBASE}/include .else Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/multimedia/sabbu/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,4 @@ -# New ports collection makefile for: sabbu -# Date created: 2005-04-14 -# Whom: dikr.meyer@dinoex.sub.org -# # $FreeBSD$ -# PORTNAME= sabbu PORTVERSION= 0.3.0 @@ -14,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Program used to time subtitles -LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ +LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \ sndfile:${PORTSDIR}/audio/libsndfile USE_BZIP2= yes @@ -37,7 +32,7 @@ PLIST_SUB+= WITH_NLS="" ASPELL_PORT?= textproc/aspell .if !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell PLIST_SUB+= WITH_ASPELL="" .else PLIST_SUB+= WITH_ASPELL="@comment " Modified: head/net-im/licq-osd/Makefile ============================================================================== --- head/net-im/licq-osd/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/net-im/licq-osd/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,10 +1,5 @@ -# New ports collection makefile for: licq-osd -# Date created: 2003-07-15 -# Whom: nm@web.am -# +# Created by: nm@web.am # $FreeBSD$ -# -# PORTNAME= osd PORTVERSION= ${OSD_LICQ_VER} @@ -14,8 +9,8 @@ CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= OnScreenDisplay messages in licq -LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \ - boost_regex.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd \ + boost_regex:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-gui # run dependency may be too strict, delete it if you use another # plugin (gtk+) and wish run osd with it. i've not tested with Modified: head/net/sixxs-aiccu/Makefile ============================================================================== --- head/net/sixxs-aiccu/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/net/sixxs-aiccu/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sixxs-aiccu -# Date created: 2004-09-07 -# Whom: Meno Abels -# +# Created by: Meno Abels # $FreeBSD$ -# PORTNAME= aiccu PORTVERSION= 20070115 @@ -16,7 +12,7 @@ DISTNAME= aiccu_20070115 MAINTAINER= dinoex@FreeBSD.org COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client -LIB_DEPENDS= gnutls-openssl.27:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls-openssl:${PORTSDIR}/security/gnutls LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/LICENSE Modified: head/news/knews/Makefile ============================================================================== --- head/news/knews/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/news/knews/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: knews -# Date created: Sun Apr 14 09:23:59 MET DST 1996 -# Whom: Andreas Klemm -# +# Created by: Andreas Klemm # $FreeBSD$ -# PORTNAME= knews PORTVERSION= 1.0b.1 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= A threaded nntp newsreader for X -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ compface:${PORTSDIR}/mail/faces RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/security/tinc/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: tinc -# Date created: Jul 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tinc PORTVERSION= 1.0.19 @@ -16,7 +11,7 @@ MASTER_SITES= http://www.tinc-vpn.org/pa MAINTAINER= dinoex@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 LICENSE= GPLv3 Modified: head/x11-toolkits/lesstif/Makefile ============================================================================== --- head/x11-toolkits/lesstif/Makefile Sat Jan 26 15:35:47 2013 (r311022) +++ head/x11-toolkits/lesstif/Makefile Sat Jan 26 16:06:35 2013 (r311023) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lesstif -# Date created: December 10, 1996 -# Whom: 1wardd@airmail.net -# +# Created by: 1wardd@airmail.net # $FreeBSD$ -# PORTNAME= lesstif PORTVERSION= 0.95.2 @@ -15,8 +11,8 @@ MASTER_SITES= SF MAINTAINER= dinoex@FreeBSD.org COMMENT= API compatible clone of the Motif toolkit -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* USE_BZIP2= yes