aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-07-01 23:07:31 +0800
committerswills <swills@FreeBSD.org>2015-07-01 23:07:31 +0800
commit6e95d884381716d919846cc249bef62c6fd040d0 (patch)
tree31186479f45bc075faa6448511f26c7361eba1c7 /security
parent3d64428d896cde413721e02a3dc0ced172f8a69d (diff)
downloadfreebsd-ports-gnome-6e95d884381716d919846cc249bef62c6fd040d0.tar.gz
freebsd-ports-gnome-6e95d884381716d919846cc249bef62c6fd040d0.tar.zst
freebsd-ports-gnome-6e95d884381716d919846cc249bef62c6fd040d0.zip
security/sslsplit: update to 0.4.11
Diffstat (limited to 'security')
-rw-r--r--security/sslsplit/Makefile2
-rw-r--r--security/sslsplit/distinfo4
-rw-r--r--security/sslsplit/files/patch-GNUMakefile31
3 files changed, 3 insertions, 34 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
index b927bd5f39fb..363316b049e3 100644
--- a/security/sslsplit/Makefile
+++ b/security/sslsplit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sslsplit
-PORTVERSION= 0.4.8
+PORTVERSION= 0.4.11
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/
diff --git a/security/sslsplit/distinfo b/security/sslsplit/distinfo
index fc51f4bba848..fac0a5f80283 100644
--- a/security/sslsplit/distinfo
+++ b/security/sslsplit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sslsplit-0.4.8.tar.bz2) = 2c181413b1ac98c2e968838cf2aff201b6ff5bba656c22f9d1c756626cd5aa16
-SIZE (sslsplit-0.4.8.tar.bz2) = 117734
+SHA256 (sslsplit-0.4.11.tar.bz2) = 75554ca11ee38d727456b17b6afd5379e5c14c05160ca66755a25f248b4b1730
+SIZE (sslsplit-0.4.11.tar.bz2) = 267290
diff --git a/security/sslsplit/files/patch-GNUMakefile b/security/sslsplit/files/patch-GNUMakefile
deleted file mode 100644
index 8485680cbbe3..000000000000
--- a/security/sslsplit/files/patch-GNUMakefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- GNUmakefile.orig 2014-01-15 18:07:07.000000000 +0000
-+++ GNUmakefile 2014-10-18 17:23:49.482421054 +0000
-@@ -96,6 +96,7 @@
- ### Variables you might need to override
-
- PREFIX?= /usr/local
-+MANDIR?= share/man
-
- OPENSSL?= openssl
- PKGCONFIG?= pkg-config
-@@ -325,14 +326,14 @@
- $(RM) -rf *.dSYM
-
- install: $(TARGET)
-- test -d $(PREFIX)/bin || $(MKDIR) -p $(PREFIX)/bin
-- test -d $(PREFIX)/share/man/man1 || \
-- $(MKDIR) -p $(PREFIX)/share/man/man1
-- $(INSTALL) -o 0 -g 0 -m 0755 $(TARGET) $(PREFIX)/bin/
-- $(INSTALL) -o 0 -g 0 -m 0644 $(TARGET).1 $(PREFIX)/share/man/man1/
-+ test -d $(DESTDIR)$(PREFIX)/bin || $(MKDIR) -p $(DESTDIR)$(PREFIX)/bin
-+ test -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man1 || \
-+ $(MKDIR) -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
-+ $(INSTALL) -o 0 -g 0 -m 0755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/
-+ $(INSTALL) -o 0 -g 0 -m 0644 $(TARGET).1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/
-
- deinstall:
-- $(RM) -f $(PREFIX)/bin/$(TARGET) $(PREFIX)/share/man/man1/$(TARGET).1
-+ $(RM) -f $(DESTDIR)$(PREFIX)/bin/$(TARGET) $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/$(TARGET).1
-
- ifdef GITDIR
- lint: