Revision: 25976
http://sourceforge.net/p/gar/code/25976
Author: sfbsdsx
Date: 2016-10-08 13:27:47 +0000 (Sat, 08 Oct 2016)
Log Message:
-----------
Bump to 1.8.4
Fix source
Modified Paths:
--------------
csw/mgar/pkg/tinyproxy/trunk/Makefile
csw/mgar/pkg/tinyproxy/trunk/checksums
Modified: csw/mgar/pkg/tinyproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tinyproxy/trunk/Makefile 2016-10-07 16:44:43 UTC (rev
25975)
+++ csw/mgar/pkg/tinyproxy/trunk/Makefile 2016-10-08 13:27:47 UTC (rev
25976)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = tinyproxy
-VERSION = 1.8.3
+VERSION = 1.8.4
GARTYPE = v2
DESCRIPTION = Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX
operating systems
@@ -10,9 +10,18 @@
Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating
systems. Designed from the ground up to be fast and yet small, it is an ideal
solution for use cases such as embedded deployments where a full featured HTTP
proxy is required, but the system resources for a larger proxy are unavailable.
endef
-MASTER_SITES = https://files.banu.com/tinyproxy/1.8/
-DISTFILES = $(DISTNAME).tar.bz2
+MASTER_SITES = $(GITHUB_MIRROR)
+GITHUB_USER = $(NAME)
+GITHUB_PROJECT = $(NAME)
+GITHUB_REFERENCE = $(VERSION)
+DISTFILES =
$(GITHUB_USER)-$(GITHUB_PROJECT)-$(VERSION)-0-g1115251$(GITHUB_BALL_EXT)
+WORKSRC = $(WORKDIR)/$(GITHUB_USER)-$(GITHUB_PROJECT)-f86c499
+CONFIGURE_SCRIPTS = $(WORKSRC)/autogen.sh
+
+BUILD_DEP_PKGS += CSWasciidoc
+BUILD_DEP_PKGS += CSWdocbookdtds
+
GARCOMPILER = GNU
CONFIGURE_ARGS = $(DIRPATHS) --disable-silent-rules --disable-regexcheck
@@ -20,4 +29,3 @@
CHECKPKG_OVERRIDES_CSWtinyproxy +=
file-with-bad-content|/usr/share|root/etc/opt/csw/tinyproxy.conf
include gar/category.mk
-
Modified: csw/mgar/pkg/tinyproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/tinyproxy/trunk/checksums 2016-10-07 16:44:43 UTC (rev
25975)
+++ csw/mgar/pkg/tinyproxy/trunk/checksums 2016-10-08 13:27:47 UTC (rev
25976)
@@ -1 +1 @@
-292ac51da8ad6ae883d4ebf56908400d tinyproxy-1.8.3.tar.bz2
+77c7c7dce2222e1c4c0259639c41dd26 tinyproxy-tinyproxy-1.8.4-0-g1115251.tar.gz
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.