aboutsummaryrefslogtreecommitdiffstats
path: root/devel/safe-iop
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2017-02-11 03:42:20 +0800
committerkrion <krion@FreeBSD.org>2017-02-11 03:42:20 +0800
commitf84c1ec5fa8bab887843dd4bf7a475b7b3d231e5 (patch)
tree4734a078d641ca37d6bb6ba83185842ab512601c /devel/safe-iop
parentcda6bac8582c8fafa3fbe8f8c82def541a8f198b (diff)
downloadfreebsd-ports-gnome-f84c1ec5fa8bab887843dd4bf7a475b7b3d231e5.tar.gz
freebsd-ports-gnome-f84c1ec5fa8bab887843dd4bf7a475b7b3d231e5.tar.zst
freebsd-ports-gnome-f84c1ec5fa8bab887843dd4bf7a475b7b3d231e5.zip
Make fetchable again, unbreak and hand maintainership to submitter
PR: 216959 Submitted by: portmaster@bsdforge.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9525
Diffstat (limited to 'devel/safe-iop')
-rw-r--r--devel/safe-iop/Makefile9
-rw-r--r--devel/safe-iop/pkg-descr10
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/safe-iop/Makefile b/devel/safe-iop/Makefile
index dcb5a958aadd..015c836bdf3d 100644
--- a/devel/safe-iop/Makefile
+++ b/devel/safe-iop/Makefile
@@ -3,14 +3,13 @@
PORTNAME= safe-iop
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= http://BSDforge.com/projects/source/devel/safe-iop/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Safe integer operation library for C
-BROKEN= Unfetchable (google code has gone away)
-
USES= tar:tgz
USE_LDCONFIG= yes
ALL_TARGET= so
@@ -25,7 +24,7 @@ post-patch:
${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/libsafe_iop.so.0 ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_LIB} ${WRKSRC}/libsafe_iop.so.0 ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/include/safe_iop.h ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>
diff --git a/devel/safe-iop/pkg-descr b/devel/safe-iop/pkg-descr
index 01d7d8abe1bd..8919c67212c7 100644
--- a/devel/safe-iop/pkg-descr
+++ b/devel/safe-iop/pkg-descr
@@ -1,5 +1,5 @@
-This library provides a collection of (macro-based) functions
-for performing safe integer operations across platform and architecture
+This library provides a collection of (macro-based) functions for
+performing safe integer operations across platform and architecture
with a straightforward API.
It supports two modes of use: header-only and linked dynamic library.
@@ -8,7 +8,7 @@ which is in pre-alpha. The header-only mode supplies integer and sign
overflow and underflow pre-condition checks using checks derived from
the CERT secure coding guide. The checks do not rely on twos complement
arithmetic and should not at any point perform an arithmetic operations
-that may overflow. It also performs basic type agreement checks to ensure
-that the macros are being used (somewhat) correctly.
+that may overflow. It also performs basic type agreement checks to
+ensure that the macros are being used (somewhat) correctly.
-WWW: http://code.google.com/p/safe-iop/
+WWW: http://BSDforge.com/projects/devel/safe-iop/