diff options
author | sahil <sahil@FreeBSD.org> | 2010-04-25 05:09:17 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-04-25 05:09:17 +0800 |
commit | f8b15566551bb1b1b94ad3e1bbaeaff647e912fa (patch) | |
tree | 8dfc5310f7ba75c9aaacfabe677f583695ff4f44 /security | |
parent | 9e2e153d47eae450c37eccfe1100e6d05af8d2db (diff) | |
download | freebsd-ports-gnome-f8b15566551bb1b1b94ad3e1bbaeaff647e912fa.tar.gz freebsd-ports-gnome-f8b15566551bb1b1b94ad3e1bbaeaff647e912fa.tar.zst freebsd-ports-gnome-f8b15566551bb1b1b94ad3e1bbaeaff647e912fa.zip |
- Update to 5.3
- Use ${PORTNAME} variable where possible
PR: ports/145524
Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
Tweaked by: sahil@ (myself)
Approved by: wxs@ (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/squidclamav/Makefile | 12 | ||||
-rw-r--r-- | security/squidclamav/distinfo | 6 | ||||
-rw-r--r-- | security/squidclamav/files/patch-Makefile.in | 38 | ||||
-rw-r--r-- | security/squidclamav/files/pkg-message.in | 2 | ||||
-rw-r--r-- | security/squidclamav/pkg-descr | 2 |
5 files changed, 10 insertions, 50 deletions
diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 90ab872b9e66..3361377df04c 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -6,12 +6,10 @@ # PORTNAME= squidclamav -PORTVERSION= 4.1 +PORTVERSION= 5.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= SF \ - http://www.samse.fr/GPL/squidclamav/ \ - http://www.darold.net/projects/squidclamav/ +MASTER_SITES= SF MAINTAINER= llevier@argosnet.com COMMENT= Squid interface to ClamAV @@ -24,15 +22,15 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" NO_LATEST_LINK= yes SUB_FILES= pkg-message -PLIST_FILES= bin/squidclamav etc/squidclamav.conf.dist +PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.dist post-configure: @${REINPLACE_CMD} -E 's|^(LDFLAGS = ).*|\1-L${LOCALBASE}/lib|' \ ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/squidclamav ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/squidclamav.conf.dist ${PREFIX}/etc + @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.dist @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/security/squidclamav/distinfo b/security/squidclamav/distinfo index 1ec5113248c6..0fc3f380386d 100644 --- a/security/squidclamav/distinfo +++ b/security/squidclamav/distinfo @@ -1,3 +1,3 @@ -MD5 (squidclamav-4.1.tar.gz) = dfb96fc89d9b5514a3f3b228b09c7a40 -SHA256 (squidclamav-4.1.tar.gz) = 0b3a0057eda8b7e9e8fba447f55d2b820f7b57f611032cc8d9567414d74a90bd -SIZE (squidclamav-4.1.tar.gz) = 102505 +MD5 (squidclamav-5.3.tar.gz) = 39f4b98294782039840b2052eab543e2 +SHA256 (squidclamav-5.3.tar.gz) = 8a35d3de33fcb072fd0cc1e735108e92ac183f394a77596a461e6be0a2d1ad81 +SIZE (squidclamav-5.3.tar.gz) = 759760 diff --git a/security/squidclamav/files/patch-Makefile.in b/security/squidclamav/files/patch-Makefile.in deleted file mode 100644 index bcc9b0a7ef60..000000000000 --- a/security/squidclamav/files/patch-Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.in.orig 2008-04-23 10:01:57.000000000 +0200 -+++ Makefile.in 2008-04-23 10:04:30.000000000 +0200 -@@ -58,7 +58,7 @@ - log.$(OBJEXT) main.$(OBJEXT) squidclamav.$(OBJEXT) - squidclamav_OBJECTS = $(am_squidclamav_OBJECTS) - squidclamav_LDADD = $(LDADD) --DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -+DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -I/usr/local/include - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -@@ -80,13 +80,8 @@ - GZIP_ENV = --best - distuninstallcheck_listfiles = find . -type f -print - distcleancheck_listfiles = find . -type f -print --ACLOCAL = @ACLOCAL@ - AMDEP_FALSE = @AMDEP_FALSE@ - AMDEP_TRUE = @AMDEP_TRUE@ --AMTAR = @AMTAR@ --AUTOCONF = @AUTOCONF@ --AUTOHEADER = @AUTOHEADER@ --AUTOMAKE = @AUTOMAKE@ - AWK = @AWK@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ -@@ -105,9 +100,9 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = -L/usr/local/lib - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = -lcurl - LTLIBOBJS = @LTLIBOBJS@ - MAKEINFO = @MAKEINFO@ - OBJEXT = @OBJEXT@ - diff --git a/security/squidclamav/files/pkg-message.in b/security/squidclamav/files/pkg-message.in index 3154d8f411cd..d1d42ae21cdb 100644 --- a/security/squidclamav/files/pkg-message.in +++ b/security/squidclamav/files/pkg-message.in @@ -4,4 +4,4 @@ Read the follow site reference: -http://www.samse.fr/GPL/squidclamav/README +http://sourceforge.net/projects/squidclamav/ diff --git a/security/squidclamav/pkg-descr b/security/squidclamav/pkg-descr index b0f30ec1aed5..5ac7b1f7fca8 100644 --- a/security/squidclamav/pkg-descr +++ b/security/squidclamav/pkg-descr @@ -1,4 +1,4 @@ SquidClamAV is an interface to perform antivirus checks on data passing through Squid Proxy. -WWW: http://www.samse.fr/GPL/squidclamav/ +WWW: http://sourceforge.net/projects/squidclamav/ |