svn commit: r324709 - head/mail/firepay
John Marino
marino at FreeBSD.org
Wed Aug 14 12:32:18 UTC 2013
Author: marino
Date: Wed Aug 14 12:32:17 2013
New Revision: 324709
URL: http://svnweb.freebsd.org/changeset/ports/324709
Log:
mail/firepay: Mark jobs unsafe
Also trim header to please portlint.
Approved by: bapt/culot (mentors, implicit)
Modified:
head/mail/firepay/Makefile
Modified: head/mail/firepay/Makefile
==============================================================================
--- head/mail/firepay/Makefile Wed Aug 14 12:27:04 2013 (r324708)
+++ head/mail/firepay/Makefile Wed Aug 14 12:32:17 2013 (r324709)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mail/firepay
-# Date created: Sun 31 May 16:35:00 WST 2004
-# Whom: Dean Hollister <dean at odyssey.apana.org.au>
-#
+# Created by: Dean Hollister <dean at odyssey.apana.org.au>
# $FreeBSD$
-#
PORTNAME= firepay
PORTVERSION= 0.9.5
@@ -18,6 +14,8 @@ COMMENT= Implementation of the HashCash/
USE_BZIP2= yes
HAS_CONFIGURE= yes
+MAKE_JOBS_UNSAFE=yes
+
MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \
sendmailpay.1 strippayment.1 takepayment.1
More information about the svn-ports-all
mailing list