Index: devel/deforaos-libsystem/Makefile =================================================================== --- devel/deforaos-libsystem/Makefile (revision 378352) +++ devel/deforaos-libsystem/Makefile (working copy) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= libsystem -PORTVERSION= 0.1.6 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= devel -MASTER_SITES= http://www.defora.org/os/download/download/3527/ +MASTER_SITES= http://www.defora.org/os/download/download/4330/ +PKGNAMEPREFIX= deforaos- DISTNAME= libSystem-${PORTVERSION} -PKGNAMEPREFIX= deforaos- MAINTAINER= olivier@cochard.me COMMENT= DeforaOS core system library @@ -26,5 +25,9 @@ ${WRKSRC}/data/pkgconfig.sh ${REINPLACE_CMD} 's|CPPFLAGS=|CPPFLAGS+=|' \ ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} 's|data doc include|data include|' \ + ${WRKSRC}/Makefile + ${REINPLACE_CMD} 's|_fail "python.sh"|#_fail "python.sh"|' \ + ${WRKSRC}/tests/tests.sh .include Index: devel/deforaos-libsystem/distinfo =================================================================== --- devel/deforaos-libsystem/distinfo (revision 378352) +++ devel/deforaos-libsystem/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libSystem-0.1.6.tar.gz) = 6eb4ffa278072c8e1e0aeb5cb27a204af6c35a4d63387d495113d7ca8a8ae69f -SIZE (libSystem-0.1.6.tar.gz) = 44092 +SHA256 (libSystem-0.2.0.tar.gz) = d6af67eed269e1b5ed0b11a5de86fb21838607dfdbb717c58828af82511af991 +SIZE (libSystem-0.2.0.tar.gz) = 60538 Index: devel/deforaos-libsystem/pkg-plist =================================================================== --- devel/deforaos-libsystem/pkg-plist (revision 378352) +++ devel/deforaos-libsystem/pkg-plist (working copy) @@ -1,8 +1,9 @@ -bin/AppBroker +bin/configctl +include/System/array.h +include/System/license.h +include/System/mutator.h +include/System/variable.h include/System.h -include/System/appclient.h -include/System/appserver.h -include/System/array.h include/System/buffer.h include/System/config.h include/System/error.h @@ -19,3 +20,4 @@ lib/libSystem.so.0 lib/libSystem.so.0.0 libdata/pkgconfig/libSystem.pc +share/doc/libSystem/README.md