Change PKGNAMEs to conform to guidelines.

apache-1.3.6+mod_ssl-2.3.3 -> apache+mod_ssl-1.3.6+2.3.3
  apache-1.3.6+ssl_1.35      -> apache+ssl-1.3.6+1.35

Reviewed by:	maintainers of both ports
This commit is contained in:
Satoshi Asami 1999-06-28 09:00:47 +00:00
parent b5561bc515
commit bb915d772a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19865
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
# Date created: Sat Aug 22 12:00:00 CDT 1998 # Date created: Sat Aug 22 12:00:00 CDT 1998
# Whom: rse@engelschall.com # Whom: rse@engelschall.com
# #
# $Id: Makefile,v 1.34 1999/06/09 13:45:01 rse Exp $ # $Id: Makefile,v 1.35 1999/06/23 16:01:53 rse Exp $
# #
DISTNAME= apache_${VERSION_APACHE} DISTNAME= apache_${VERSION_APACHE}
PKGNAME= apache-${VERSION_APACHE}+mod_ssl-${VERSION_MODSSL} PKGNAME= apache+mod_ssl-${VERSION_APACHE}+${VERSION_MODSSL}
CATEGORIES= www security CATEGORIES= www security
MASTER_SITES= http://www.apache.org/dist/ \ MASTER_SITES= http://www.apache.org/dist/ \
http://www.modssl.org/source/ \ http://www.modssl.org/source/ \

View File

@ -6,13 +6,13 @@
# and apache-ssl port by Mark Murray <mark@grondar.za>. # and apache-ssl port by Mark Murray <mark@grondar.za>.
# Oh, and with a little bit of help from Ben :) # Oh, and with a little bit of help from Ben :)
# #
# $Id: Makefile,v 1.56 1999/04/10 07:53:03 dirk Exp $ # $Id: Makefile,v 1.57 1999/06/02 07:20:36 dirk Exp $
APACHE= 1.3.6 APACHE= 1.3.6
APACHE-SSL= 1.35 APACHE-SSL= 1.35
DISTNAME= apache_${APACHE} DISTNAME= apache_${APACHE}
PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} PKGNAME= apache+ssl-${APACHE}+${APACHE-SSL}
CATEGORIES= www security CATEGORIES= www security
MASTER_SITES= ftp://www.apache.org/dist/ \ MASTER_SITES= ftp://www.apache.org/dist/ \
ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \