svn commit: r387977 - head/www/mod_rpaf2

Olli Hauer ohauer at FreeBSD.org
Sat May 30 18:11:50 UTC 2015


Author: ohauer
Date: Sat May 30 18:11:49 2015
New Revision: 387977
URL: https://svnweb.freebsd.org/changeset/ports/387977

Log:
  - master site is gone, use LOCAL
  - use PKGNAMESUFFIX instead DISTNAME
  
  PR:		200213
  Submitted by:	Andres Montalban

Modified:
  head/www/mod_rpaf2/Makefile

Modified: head/www/mod_rpaf2/Makefile
==============================================================================
--- head/www/mod_rpaf2/Makefile	Sat May 30 17:55:04 2015	(r387976)
+++ head/www/mod_rpaf2/Makefile	Sat May 30 18:11:49 2015	(r387977)
@@ -1,12 +1,12 @@
 # Created by: Clement Laforet <clement at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	mod_rpaf2
+PORTNAME=	mod_rpaf
 PORTVERSION=	0.6
 PORTREVISION=	3
 CATEGORIES=	www
-MASTER_SITES=	http://www.stderr.net/apache/rpaf/download/
-DISTNAME=	mod_rpaf-${PORTVERSION}
+MASTER_SITES=	LOCAL/ohauer
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	apache at FreeBSD.org
 COMMENT=	Make proxied requests appear with client IP


More information about the svn-ports-all mailing list