pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

objfw: Fix .so versions



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Tue Aug 1 17:32:16 2017 +0200
Changeset:	055076275d336dfc0029b719c767c6e1d9c5e5d0

Modified Files:
	objfw/PLIST
	objfw/PLIST.runtime

Log Message:
objfw: Fix .so versions

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=055076275d336dfc0029b719c767c6e1d9c5e5d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 objfw/PLIST         | 2 +-
 objfw/PLIST.runtime | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/objfw/PLIST b/objfw/PLIST
index bdf80bdc34..d3830fc3da 100644
--- a/objfw/PLIST
+++ b/objfw/PLIST
@@ -195,7 +195,7 @@ include/ObjFW/unicode.h
 lib/libobjfw.a
 lib/libobjfw.so
 lib/libobjfw.so.8
-lib/libobjfw.so.8.0
+lib/libobjfw.so.8.0.0
 share/ofhash/lang/de.json
 share/ofhash/lang/languages.json
 share/ofhttp/lang/de.json
diff --git a/objfw/PLIST.runtime b/objfw/PLIST.runtime
index e94b57d1d7..0c68b690a9 100644
--- a/objfw/PLIST.runtime
+++ b/objfw/PLIST.runtime
@@ -3,4 +3,4 @@ include/ObjFW-RT/ObjFW-RT.h
 lib/libobjfw-rt.a
 lib/libobjfw-rt.so
 lib/libobjfw-rt.so.0
-lib/libobjfw-rt.so.0.0
+lib/libobjfw-rt.so.0.0.0


Home | Main Index | Thread Index | Old Index