aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /news
parentc60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff)
downloadports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz
ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/husky-bsopack/Makefile2
-rw-r--r--news/husky-fidoconf-devel/Makefile2
-rw-r--r--news/husky-fidoconf/Makefile2
-rw-r--r--news/husky-hpt-devel/Makefile2
-rw-r--r--news/husky-hpt/Makefile2
-rw-r--r--news/husky-hptkill/Makefile2
-rw-r--r--news/husky-hptsqfix/Makefile2
-rw-r--r--news/husky-hpucode/Makefile2
-rw-r--r--news/husky-htick-devel/Makefile2
-rw-r--r--news/husky-htick/Makefile2
-rw-r--r--news/husky-nltools/Makefile2
-rw-r--r--news/husky-sqpack/Makefile2
-rw-r--r--news/s-news/Makefile2
-rw-r--r--news/slrnface/Makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/news/husky-bsopack/Makefile b/news/husky-bsopack/Makefile
index a0039d4f9669..cab886767afa 100644
--- a/news/husky-bsopack/Makefile
+++ b/news/husky-bsopack/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Binkley-style outbound netmail packer
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
USES= makeinfo
MAN1= bsopack.1
diff --git a/news/husky-fidoconf-devel/Makefile b/news/husky-fidoconf-devel/Makefile
index d12efed05182..82568f5e15c7 100644
--- a/news/husky-fidoconf-devel/Makefile
+++ b/news/husky-fidoconf-devel/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/husky/fidoconfig/1.4-RC5
MAINTAINER= os@rsu.ru
COMMENT= Configuration library for Husky Fidosoft Project. Development version
-LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi-devel
+LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi-devel
RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base-devel
CONFLICTS= husky-fidoconf-[0-9]*
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile
index 57279abc9098..272166786f27 100644
--- a/news/husky-fidoconf/Makefile
+++ b/news/husky-fidoconf/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Configuration library for Husky Fidosoft Project
-LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
+LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi
RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
CONFLICTS= husky-fidoconf-devel-[0-9]*
diff --git a/news/husky-hpt-devel/Makefile b/news/husky-hpt-devel/Makefile
index 7a04c44b5218..b5c530b4a1d1 100644
--- a/news/husky-hpt-devel/Makefile
+++ b/news/husky-hpt-devel/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/husky/${PORTNAME}/1.4-RC5
MAINTAINER= os@rsu.ru
COMMENT= Highly Portable Tosser (full-featured FTN tosser). Development version
-LIB_DEPENDS= fidoconfig.1:${PORTSDIR}/news/husky-fidoconf-devel
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf-devel
CONFLICTS= husky-hpt-[0-9]*
diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile
index d2ec5a8aecc2..1c42ca8e592c 100644
--- a/news/husky-hpt/Makefile
+++ b/news/husky-hpt/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Highly Portable Tosser (full-featured FTN tosser)
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
CONFLICTS= husky-hpt-devel-[0-9]*
diff --git a/news/husky-hptkill/Makefile b/news/husky-hptkill/Makefile
index cf2d8ec2cc29..2cb8ab2ca680 100644
--- a/news/husky-hptkill/Makefile
+++ b/news/husky-hptkill/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Area killing utility
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
MAN1= hptkill.1
MANCOMPRESSED= yes
diff --git a/news/husky-hptsqfix/Makefile b/news/husky-hptsqfix/Makefile
index 2f35c351a80b..888758afa763 100644
--- a/news/husky-hptsqfix/Makefile
+++ b/news/husky-hptsqfix/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Fix message base
-LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
+LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi
MAN1= hptsqfix.1
MANCOMPRESSED= yes
diff --git a/news/husky-hpucode/Makefile b/news/husky-hpucode/Makefile
index 4fa13a1c765c..8e3963fc2fd1 100644
--- a/news/husky-hpucode/Makefile
+++ b/news/husky-hpucode/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Scan for UUE in message base
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
USES= makeinfo
MAN1= hpucode.1
diff --git a/news/husky-htick-devel/Makefile b/news/husky-htick-devel/Makefile
index 62467667a8ba..fbc2cf34177e 100644
--- a/news/husky-htick-devel/Makefile
+++ b/news/husky-htick-devel/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= mail@ozzmosis.com
COMMENT= FTN File ticker, development version
-LIB_DEPENDS= fidoconfig.1:${PORTSDIR}/news/husky-fidoconf-devel
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf-devel
CONFLICTS= husky-htick-[0-9]*
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile
index 5874c016fea3..80c7954c71e4 100644
--- a/news/husky-htick/Makefile
+++ b/news/husky-htick/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FTN file ticker
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
CONFLICTS= husky-htick-devel-[0-9]*
diff --git a/news/husky-nltools/Makefile b/news/husky-nltools/Makefile
index de9c475ded80..d7d14a1ff35a 100644
--- a/news/husky-nltools/Makefile
+++ b/news/husky-nltools/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Nodelist tools
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
NO_STAGE= yes
.include "${.CURDIR}/../husky-base/Makefile.inc"
diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile
index 53580c0142c9..0a555d4caa52 100644
--- a/news/husky-sqpack/Makefile
+++ b/news/husky-sqpack/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Message base packer
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
MAN1= sqpack.1
MANCOMPRESSED= yes
diff --git a/news/s-news/Makefile b/news/s-news/Makefile
index fa40436e89fe..e2671389e565 100644
--- a/news/s-news/Makefile
+++ b/news/s-news/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.lost.org.uk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple news server for hosts with one or two users
-LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
CONFLICTS= leafnode-[1-9]* nntp-[0-9]*
diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile
index 0bccb147bd5d..769ac5708bed 100644
--- a/news/slrnface/Makefile
+++ b/news/slrnface/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Shows X-Faces from slrn in X11 terminal emulator
-LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
+LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= slrnface