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...
Dirk Meyer
dinoex at FreeBSD.org
Sat Jan 26 16:06:39 UTC 2013
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 <jhs at freebsd.org>
-#
+# Created by: Julian Stacey <jhs at freebsd.org>
# $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 <john at mcaree.org>
-#
+# Created by: John McAree <john at mcaree.org>
# $FreeBSD$
-#
PORTNAME= comical
PORTVERSION= 0.8
@@ -14,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= dinoex at 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 at 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 <knu at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
# $FreeBSD$
-#
PORTNAME= gd
PORTVERSION= 0.8.0
@@ -18,7 +14,7 @@ DIST_SUBDIR= ruby
MAINTAINER= dinoex at 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 <bsd.port.pre.mk>
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 <fifteen at inext.hu>
-#
+# Created by: Peter Hollaubek <fifteen at inext.hu>
# $FreeBSD$
-#
PORTNAME= sentinel
PORTVERSION= 1.7b
@@ -14,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Se
MAINTAINER= dinoex at 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 at itojun.org
-#
+# Created by: itojun at 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 at dinoex.sub.org
-#
# $FreeBSD$
-#
PORTNAME= sabbu
PORTVERSION= 0.3.0
@@ -14,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= dinoex at 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 at web.am
-#
+# Created by: nm at web.am
# $FreeBSD$
-#
-#
PORTNAME= osd
PORTVERSION= ${OSD_LICQ_VER}
@@ -14,8 +9,8 @@ CATEGORIES= net-im
MAINTAINER= dinoex at 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 <meno.abels at adviser.com>
-#
+# Created by: Meno Abels <meno.abels at adviser.com>
# $FreeBSD$
-#
PORTNAME= aiccu
PORTVERSION= 20070115
@@ -16,7 +12,7 @@ DISTNAME= aiccu_20070115
MAINTAINER= dinoex at 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 <andreas at klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas at klemm.gtn.com>
# $FreeBSD$
-#
PORTNAME= knews
PORTVERSION= 1.0b.1
@@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=dinoex
MAINTAINER= dinoex at 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 at 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 at airmail.net
-#
+# Created by: 1wardd at airmail.net
# $FreeBSD$
-#
PORTNAME= lesstif
PORTVERSION= 0.95.2
@@ -15,8 +11,8 @@ MASTER_SITES= SF
MAINTAINER= dinoex at 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
More information about the svn-ports-all
mailing list