Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2012 16:41:11 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306813 - head/net/onioncat
Message-ID:  <201211011641.qA1GfBXt033121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Nov  1 16:41:10 2012
New Revision: 306813
URL: http://svn.freebsd.org/changeset/ports/306813

Log:
  Update to version 0.2.2.r553
  
  PR:		ports/172042
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Feature safe:	yes

Modified:
  head/net/onioncat/Makefile
  head/net/onioncat/distinfo

Modified: head/net/onioncat/Makefile
==============================================================================
--- head/net/onioncat/Makefile	Thu Nov  1 16:26:21 2012	(r306812)
+++ head/net/onioncat/Makefile	Thu Nov  1 16:41:10 2012	(r306813)
@@ -1,30 +1,34 @@
-# New ports collection makefile for:	onioncat
-# Date created:		2010-05-09
-# Whom:			<ports@c0decafe.net>
-#
+# Created by: <ports@c0decafe.net>
 # $FreeBSD$
-#
 
 PORTNAME=	onioncat
-PORTVERSION=	0.2.2.r552
+PORTVERSION=	0.2.2.r553
 CATEGORIES=	net security
 MASTER_SITES=	http://www.cypherpunk.at/ocat/download/Source/stable/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An IP-Transparent Tor Hidden Service Connector
+COMMENT=	IP-transparent Tor Hidden Service connector
+
+LICENSE=	GPLv3
 
 RUN_DEPENDS=	tor:${PORTSDIR}/security/tor
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+		PTHREAD_LIBS="${PTHREAD_LIBS}"
+MAKE_JOBS_SAFE=	yes
 
 USE_RC_SUBR=	${PORTNAME}
 MAN1=		ocat.1
 PLIST_FILES=	bin/ocat
 
-.include <bsd.port.pre.mk>
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/CFLAGS=/s|-O2|$$CFLAGS|' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${PREFIX}/man/man1/ocat.1
+	${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${MANPREFIX}/man/man1
+	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/onioncat/distinfo
==============================================================================
--- head/net/onioncat/distinfo	Thu Nov  1 16:26:21 2012	(r306812)
+++ head/net/onioncat/distinfo	Thu Nov  1 16:41:10 2012	(r306813)
@@ -1,2 +1,2 @@
-SHA256 (onioncat-0.2.2.r552.tar.gz) = 90ac731696336c4caf59d7aeb8a7d300e38cf85907b07de5384b3e802f80ee1f
-SIZE (onioncat-0.2.2.r552.tar.gz) = 192189
+SHA256 (onioncat-0.2.2.r553.tar.gz) = fe33e95f29e1a88349d89f7f2ff18d546571ada6278962980acb4d6ee6424b7d
+SIZE (onioncat-0.2.2.r553.tar.gz) = 192210



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211011641.qA1GfBXt033121>