diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-12 23:46:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-12 23:46:19 +0000 |
commit | d30e571eb6f5232da70daf4dc32b93c08bff1de9 (patch) | |
tree | 87603ac289c6880af1a48253ff77e15abbaebe27 /net | |
parent | 6b26ddff3112fadce86072cddaf6a07e4faa741f (diff) |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Notes
Notes:
svn path=/head/; revision=93850
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_Socket/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_URL/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_URL2/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile index 9ff89dadb730..4e56fbf7e361 100644 --- a/net/pear-Net_NNTP/Makefile +++ b/net/pear-Net_NNTP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net_NNTP PORTVERSION= 0.9.3 -CATEGORIES= net news www +CATEGORIES= net news www pear MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= PEAR class that provides an implementation of the NNTP protocol diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index c6aa7ddcac94..91346ac0f360 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net_SMTP PORTVERSION= 1.2.3 -CATEGORIES= net mail www +CATEGORIES= net mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that provides an implementation of the SMTP protocol diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index 887d9b19faef..ce0ba59ccbbd 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/Makefile @@ -8,7 +8,7 @@ PORTNAME= Net_Sieve PORTVERSION= 0.8.1 PORTREVISION= 2 -CATEGORIES= net www +CATEGORIES= net www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class to handle talking to timsieved diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index b9ee878428e4..dda8685b7387 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -8,7 +8,7 @@ PORTNAME= Net_Socket PORTVERSION= 1.0.1 PORTREVISION= 1 -CATEGORIES= net www +CATEGORIES= net www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Network Socket Interface diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile index 2e3db2aaaeb1..69f0b6fd4aa7 100644 --- a/net/pear-Net_URL/Makefile +++ b/net/pear-Net_URL/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net_URL PORTVERSION= 1.0.10 -CATEGORIES= net www +CATEGORIES= net www pear MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index 2e3db2aaaeb1..69f0b6fd4aa7 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net_URL PORTVERSION= 1.0.10 -CATEGORIES= net www +CATEGORIES= net www pear MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz |