[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / apache24

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/apache24/Makefile between version 1.115 and 1.116

version 1.115, 2023/01/20 14:03:16 version 1.116, 2023/03/08 08:52:02
Line 5 
Line 5 
 # to reference their own PRs this way, but this ends up  # to reference their own PRs this way, but this ends up
 # in NetBSD GNATS.  # in NetBSD GNATS.
   
 DISTNAME=       httpd-2.4.55  DISTNAME=       httpd-2.4.56
 PKGNAME=        ${DISTNAME:S/httpd/apache/}  PKGNAME=        ${DISTNAME:S/httpd/apache/}
 CATEGORIES=     www  CATEGORIES=     www
 MASTER_SITES=   ${MASTER_SITE_APACHE:=httpd/}  MASTER_SITES=   ${MASTER_SITE_APACHE:=httpd/}
 MASTER_SITES+=  https://archive.apache.org/dist/httpd/  
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
   
 MAINTAINER=     ryoon@NetBSD.org  MAINTAINER=     ryoon@NetBSD.org
Line 70  PLIST_VARS+=  ssl
Line 69  PLIST_VARS+=  ssl
 PLIST.ssl=              yes  PLIST.ssl=              yes
 .endif  .endif
   
 APACHE_USER?=           www  
 APACHE_GROUP?=          www  
 PKG_GROUPS=             ${APACHE_GROUP}  PKG_GROUPS=             ${APACHE_GROUP}
 PKG_USERS=              ${APACHE_USER}:${APACHE_GROUP}  PKG_USERS=              ${APACHE_USER}:${APACHE_GROUP}
 PKG_GROUPS_VARS=        APACHE_GROUP  PKG_GROUPS_VARS=        APACHE_GROUP

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

CVSweb <webmaster@jp.NetBSD.org>