diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
commit | 1d62d821d98b26ab18c67ccecf7443fb4bff2378 (patch) | |
tree | 7021fdbe169b6d22a6a7e8146e2e1754162e9221 | |
parent | c210151c2fd41fe4f010938b8c04cfbf588b1088 (diff) | |
download | ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.tar.gz ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.zip |
Notes
-rw-r--r-- | comms/hylafax/Makefile | 8 | ||||
-rw-r--r-- | graphics/comical/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimageview/Makefile | 12 | ||||
-rw-r--r-- | graphics/ruby-gd/Makefile | 10 | ||||
-rw-r--r-- | mail/sentinel/Makefile | 8 | ||||
-rw-r--r-- | misc/magicpoint/Makefile | 8 | ||||
-rw-r--r-- | multimedia/sabbu/Makefile | 9 | ||||
-rw-r--r-- | net-im/licq-osd/Makefile | 11 | ||||
-rw-r--r-- | net/sixxs-aiccu/Makefile | 8 | ||||
-rw-r--r-- | news/knews/Makefile | 8 | ||||
-rw-r--r-- | security/tinc/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 10 |
12 files changed, 31 insertions, 78 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b36883a22031..7cfd3d7507e8 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: hylafax -# Date created: 16 May 1995 -# Whom: Julian Stacey <jhs@freebsd.org> -# +# Created by: Julian Stacey <jhs@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 diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 3a330a16e0b0..808a424356bb 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: comical -# Date created: 6 June 2005 -# Whom: John McAree <john@mcaree.org> -# +# Created by: John McAree <john@mcaree.org> # $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 diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 55a169dc0452..7ce992f140ec 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} 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 diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 03135d76b3ed..9a1f0539db78 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/gd -# Date created: 27 Sep 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $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 <bsd.port.pre.mk> diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 67f4ca026ac4..a11b6dc9b876 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sentinel -# Date created: 14 May 2002 -# Whom: Peter Hollaubek <fifteen@inext.hu> -# +# Created by: Peter Hollaubek <fifteen@inext.hu> # $FreeBSD$ -# PORTNAME= sentinel PORTVERSION= 1.7b @@ -14,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION} 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 diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index f7a680efbb98..1b76d4c600df 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -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 diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index 8cd0a332b6ad..b769ad259bd8 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -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}/Sabbu%20${PORTVERSION} 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 " diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index e1aab0511a86..c99d3315a18e 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -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 diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 2d2998540a1c..441558719c61 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sixxs-aiccu -# Date created: 2004-09-07 -# Whom: Meno Abels <meno.abels@adviser.com> -# +# Created by: Meno Abels <meno.abels@adviser.com> # $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 diff --git a/news/knews/Makefile b/news/knews/Makefile index b26be5a1b675..bedc86cef49e 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -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@klemm.gtn.com> -# +# Created by: Andreas Klemm <andreas@klemm.gtn.com> # $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 diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 27f8578532bd..99a7e31faa0b 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -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/packages/ \ 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 diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index f797c1921a63..ecb04cc73c3c 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -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 |