diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-13 15:04:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-13 15:04:51 +0000 |
commit | 3887814e0944a3933e7cc1b72b670179f1f33a06 (patch) | |
tree | 5b4c022d27712298db54dd8be5dc7032861e14f7 /devel | |
parent | 4eee38c9fc2b11870c0d60940d673888b95cb4ed (diff) | |
download | ports-3887814e0944a3933e7cc1b72b670179f1f33a06.tar.gz ports-3887814e0944a3933e7cc1b72b670179f1f33a06.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dotconf/Makefile | 2 | ||||
-rw-r--r-- | devel/libvanessa_adt/Makefile | 2 | ||||
-rw-r--r-- | devel/libvanessa_logger/Makefile | 2 | ||||
-rw-r--r-- | devel/libvanessa_socket/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 0bb5e682e6e4..aea22b4ac804 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.0.13 CATEGORIES= devel MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= A simple, powerful configuration-file parser USE_REINPLACE= yes diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index df35ee06a2a3..b9f620b985ac 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION} DISTNAME= vanessa_adt-${PORTVERSION} -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Library that provides ADTs (queues, dynamic arrays and more) LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile index 3a89b67b3967..35df512b772b 100644 --- a/devel/libvanessa_logger/Makefile +++ b/devel/libvanessa_logger/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION} DISTNAME= vanessa_logger-${PORTVERSION} -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Library that provides a generic logging layer MAN1= vanessa_logger_sample.1 diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 890280e382ec..2a4dca998039 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION} DISTNAME= vanessa_socket-${PORTVERSION} -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Library that provides a simple layer for TCP/IP socket operations LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ |