pkgsrc-WIP-changes archive

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

objfw-git: Update PLIST



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%pkgsrc.org@localhost>
Pushed By:	js
Date:		Fri May 1 16:40:56 2020 +0200
Changeset:	574bc8aee414846ce5bea9497011e6d3613185ba

Modified Files:
	objfw-git/Makefile
	objfw-git/PLIST
	objfw-git/PLIST.Darwin
Added Files:
	objfw-git/PLIST.ipx

Log Message:
objfw-git: Update PLIST

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

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

diffstat:
 objfw-git/Makefile     | 5 ++++-
 objfw-git/PLIST        | 2 ++
 objfw-git/PLIST.Darwin | 2 ++
 objfw-git/PLIST.ipx    | 3 +++
 4 files changed, 11 insertions(+), 1 deletion(-)

diffs:
diff --git a/objfw-git/Makefile b/objfw-git/Makefile
index edd3efcb65..cebb6b3326 100644
--- a/objfw-git/Makefile
+++ b/objfw-git/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel
 
 COMMENT=	Portable, lightweight framework for the Objective-C language
 LICENSE=	qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
-HOMEPAGE=	https://heap.zone/objfw/
+HOMEPAGE=	https://objfw.nil.im/
 MAINTAINER=	js%pkgsrc.org@localhost
 
 GIT_REPOSITORIES=	objfw
@@ -25,6 +25,9 @@ PLIST_VARS+=	runtime bridge
 .if ${OPSYS} != "Darwin"
 PLIST.runtime=	yes
 .endif
+.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD"
+PLIST.ipx=	yes
+.endif
 
 pre-configure:
 	cd ${WRKSRC} && autoreconf
diff --git a/objfw-git/PLIST b/objfw-git/PLIST
index 9ced8f9a92..2c2df2e692 100644
--- a/objfw-git/PLIST
+++ b/objfw-git/PLIST
@@ -51,6 +51,7 @@ include/ObjFW/OFData+ASN1DERValue.h
 include/ObjFW/OFData+CryptoHashing.h
 include/ObjFW/OFData+MessagePackValue.h
 include/ObjFW/OFData.h
+include/ObjFW/OFDatagramSocket.h
 include/ObjFW/OFDate.h
 include/ObjFW/OFDictionary.h
 include/ObjFW/OFEnumerationMutationException.h
@@ -148,6 +149,7 @@ include/ObjFW/OFSandboxActivationFailedException.h
 include/ObjFW/OFSecureData.h
 include/ObjFW/OFSeekFailedException.h
 include/ObjFW/OFSeekableStream.h
+include/ObjFW/OFSequencedPacketSocket.h
 include/ObjFW/OFSerialization.h
 include/ObjFW/OFSet.h
 include/ObjFW/OFSetItemAttributesFailedException.h
diff --git a/objfw-git/PLIST.Darwin b/objfw-git/PLIST.Darwin
index b72c90f2f4..b7d82fd7f1 100644
--- a/objfw-git/PLIST.Darwin
+++ b/objfw-git/PLIST.Darwin
@@ -44,6 +44,7 @@ Library/Frameworks/ObjFW.framework/Headers/OFData+ASN1DERValue.h
 Library/Frameworks/ObjFW.framework/Headers/OFData+CryptoHashing.h
 Library/Frameworks/ObjFW.framework/Headers/OFData+MessagePackValue.h
 Library/Frameworks/ObjFW.framework/Headers/OFData.h
+Library/Frameworks/ObjFW.framework/Headers/OFDatagramSocket.h
 Library/Frameworks/ObjFW.framework/Headers/OFDate.h
 Library/Frameworks/ObjFW.framework/Headers/OFDictionary.h
 Library/Frameworks/ObjFW.framework/Headers/OFEnumerationMutationException.h
@@ -141,6 +142,7 @@ Library/Frameworks/ObjFW.framework/Headers/OFSandboxActivationFailedException.h
 Library/Frameworks/ObjFW.framework/Headers/OFSecureData.h
 Library/Frameworks/ObjFW.framework/Headers/OFSeekFailedException.h
 Library/Frameworks/ObjFW.framework/Headers/OFSeekableStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFSequencedPacketSocket.h
 Library/Frameworks/ObjFW.framework/Headers/OFSerialization.h
 Library/Frameworks/ObjFW.framework/Headers/OFSet.h
 Library/Frameworks/ObjFW.framework/Headers/OFSetItemAttributesFailedException.h
diff --git a/objfw-git/PLIST.ipx b/objfw-git/PLIST.ipx
new file mode 100644
index 0000000000..5c9ac36379
--- /dev/null
+++ b/objfw-git/PLIST.ipx
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+include/ObjFW/OFIPXSocket.h
+include/ObjFW/OFSPXSocket.h


Home | Main Index | Thread Index | Old Index