1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 1.10

Pass maintainership to submitter.
Cleanup dead MASTER_SITES.
Make a patch local (no need for it to be fetched).

PR:		ports/124644
Submitted by:	falz <me@falz.net>
This commit is contained in:
Wesley Shields 2008-06-22 23:03:39 +00:00
parent a97e4a885d
commit 7d9d2af125
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215572
4 changed files with 28 additions and 23 deletions

View File

@ -6,18 +6,11 @@
#
PORTNAME= squid_radius_auth
PORTVERSION= 1.0.8
PORTVERSION= 1.10
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/contrib/squid_radius_auth/ \
http://www.exeonline.com/downloads/
DISTNAME= squid_radius_auth-1.08
EXTRACT_SUFX= .tgz
MASTER_SITES= http://www.squid-cache.org/contrib/squid_radius_auth/
PATCH_SITES= http://www.exeonline.com/downloads/
PATCHFILES= squid_radius_freebsd.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
MAINTAINER= freebsd@falz.net
COMMENT= RADIUS authenticator for squid proxy 2.5 and later
MAN8= squid_radius_auth.8

View File

@ -1,6 +1,6 @@
MD5 (squid_radius_auth-1.08.tgz) = 1b365097c38e494933e294465e6a2b31
SHA256 (squid_radius_auth-1.08.tgz) = 8f3ed8d49013c190fcdd457f260096a7dcecfa0bb51f30799d6d00adb63cb1be
SIZE (squid_radius_auth-1.08.tgz) = 13854
MD5 (squid_radius_auth-1.10.tar.gz) = f5f586771c34b31bda57b76f0a1a30bd
SHA256 (squid_radius_auth-1.10.tar.gz) = ace4fb470094575fd0d7501d690fa3e2a53ed05772b74c9d13f08cb138b60d2e
SIZE (squid_radius_auth-1.10.tar.gz) = 14929
MD5 (squid_radius_freebsd.diff) = 843cf3d5ac689b277ec9a3221c54f23f
SHA256 (squid_radius_freebsd.diff) = f27012c5cf79894f688c1dc73023ad748783d5e57f38f3c966f9b7052a326719
SIZE (squid_radius_freebsd.diff) = 574

View File

@ -0,0 +1,22 @@
--- Make.inc.orig 2008-06-10 08:48:03.000000000 -0500
+++ Make.inc 2008-06-10 08:49:11.000000000 -0500
@@ -3,15 +3,15 @@
#
#
-PREFIX = /usr/local/squid
-BINDIR = $(PREFIX)/libexec/
+PREFIX = /usr/local
+BINDIR = $(PREFIX)/libexec/squid/
MANDIR = $(PREFIX)/man/man8
MANEXT = .8
-CONFDIR = $(PREFIX)/etc
+CONFDIR = $(PREFIX)/etc/squid/
INCLUDES = radius.h md5.h
-ALL: squid_radius_auth
+all: squid_radius_auth
attrprint.o: attrprint.c $(INCLUDES)

View File

@ -1,10 +0,0 @@
--- squid_rad_auth.c.orig Mon Nov 28 03:03:59 2005
+++ squid_rad_auth.c Mon Nov 28 03:04:29 2005
@@ -46,6 +46,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <sys/time.h>
#include <ctype.h>
#include <stdio.h>