svn commit: r446847 - in head: . devel devel/ffcall devel/libffcall lang/gforth lang/qscheme
Richard Gallamore
ultima at FreeBSD.org
Fri Jul 28 18:58:26 UTC 2017
Author: ultima
Date: Fri Jul 28 18:58:24 2017
New Revision: 446847
URL: https://svnweb.freebsd.org/changeset/ports/446847
Log:
* Renamed ffcall --> libffcall, renamed upstream
PR: 220905
Submitted by: Jov <amutu at amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11763
Added:
head/devel/libffcall/
- copied from r446846, head/devel/ffcall/
Deleted:
head/devel/ffcall/
Modified:
head/MOVED
head/devel/Makefile
head/devel/libffcall/Makefile
head/lang/gforth/Makefile
head/lang/qscheme/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Fri Jul 28 18:41:44 2017 (r446846)
+++ head/MOVED Fri Jul 28 18:58:24 2017 (r446847)
@@ -9470,3 +9470,4 @@ security/sshguard-pf|security/sshguard|2017-07-20|Merg
security/sshguard-null|security/sshguard|2017-07-20|Merged with security/sshguard
audio/gstreamer1-plugins-mad|audio/gstreamer1-plugins-mpg123|2017-07-21|The GStreamer 1 mad plugin was removed, the mpg123 plugin supplies the same functionality
x11-toolkits/gstreamer1-plugins-gtksink|x11-toolkits/gstreamer1-plugins-gtk|2017-07-21|The GStreamer 1 gtksink plugin was renamed
+devel/ffcall|devel/libffcall|2017-07-28|Project was renamed
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Jul 28 18:41:44 2017 (r446846)
+++ head/devel/Makefile Fri Jul 28 18:58:24 2017 (r446847)
@@ -592,7 +592,6 @@
SUBDIR += fb-adb
SUBDIR += fb303
SUBDIR += fc++
- SUBDIR += ffcall
SUBDIR += fga
SUBDIR += fhist
SUBDIR += fib
@@ -1333,6 +1332,7 @@
SUBDIR += libfaketime
SUBDIR += libfastcommon
SUBDIR += libfastjson
+ SUBDIR += libffcall
SUBDIR += libffi
SUBDIR += libfirm
SUBDIR += libflatarray
Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/ffcall/Makefile Fri Jul 28 18:41:44 2017 (r446846)
+++ head/devel/libffcall/Makefile Fri Jul 28 18:58:24 2017 (r446847)
@@ -1,11 +1,10 @@
# Created by: jagapen at home.com
# $FreeBSD$
-PORTNAME= ffcall
+PORTNAME= libffcall
PORTVERSION= 1.13
CATEGORIES= devel
-MASTER_SITES= GNU/lib${PORTNAME}
-DISTNAME= lib${PORTNAME}-${PORTVERSION}
+MASTER_SITES= GNU/${PORTNAME}
MAINTAINER= amutu at amutu.com
COMMENT= Foreign function call libraries
Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile Fri Jul 28 18:41:44 2017 (r446846)
+++ head/lang/gforth/Makefile Fri Jul 28 18:58:24 2017 (r446847)
@@ -13,7 +13,7 @@ COMMENT= Fast and portable Forth system
LIB_DEPENDS= libffi.so.6:devel/libffi \
libltdl.so:devel/libltdl
-BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/ffcall
+BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/libffcall
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/lang/qscheme/Makefile
==============================================================================
--- head/lang/qscheme/Makefile Fri Jul 28 18:41:44 2017 (r446846)
+++ head/lang/qscheme/Makefile Fri Jul 28 18:58:24 2017 (r446847)
@@ -12,7 +12,7 @@ COMMENT= Small and fast Scheme interpreter
LICENSE= GPLv2
-LIB_DEPENDS= libavcall.so:devel/ffcall \
+LIB_DEPENDS= libavcall.so:devel/libffcall \
libgmp.so:math/gmp \
libpcre.so:devel/pcre
More information about the svn-ports-all
mailing list