svn commit: r520476 - head/www/httptunnel

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 20 06:12:43 UTC 2019


Author: tobik
Date: Fri Dec 20 06:12:42 2019
New Revision: 520476
URL: https://svnweb.freebsd.org/changeset/ports/520476

Log:
  www/httptunnel: Use USERS/GROUPS instead of custom scripts
  
  This also make sure that the user info actually matches what's in
  UIDs.

Deleted:
  head/www/httptunnel/pkg-deinstall
  head/www/httptunnel/pkg-install
Modified:
  head/www/httptunnel/Makefile

Modified: head/www/httptunnel/Makefile
==============================================================================
--- head/www/httptunnel/Makefile	Fri Dec 20 06:09:01 2019	(r520475)
+++ head/www/httptunnel/Makefile	Fri Dec 20 06:12:42 2019	(r520476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	httptunnel
 PORTVERSION=	3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://www.Awfulhak.org/httptunnel/ \
 		ftp://ftp.nocrew.org/pub/nocrew/unix/ \
@@ -19,6 +19,8 @@ CONFIGURE_ARGS=	--quiet
 DEBUG_CONFIGURE_ENABLE=	debug
 
 USE_RC_SUBR=	hts htc
+USERS=		httptunnel
+GROUPS=		httptunnel
 
 PLIST_FILES=	bin/hts bin/htc \
 		man/man1/hts.1.gz man/man1/htc.1.gz


More information about the svn-ports-all mailing list