diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-20 15:46:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-20 15:46:54 +0800 |
commit | b81e5688745edff6a16974060101febb8e572b83 (patch) | |
tree | d945ad19ac48c2f08b1605a9cbe66939813df680 | |
parent | c58fecaa39817aa50db08a2be08d3ef1973207e4 (diff) | |
download | marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar.gz marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar.bz2 marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar.lz marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar.xz marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.tar.zst marcuscom-ports-b81e5688745edff6a16974060101febb8e572b83.zip |
Store distfile in local distdir, I got a checksum mismatch.
Drag in valagen for vala bindings.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19893 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/uhttpmock/Makefile | 7 | ||||
-rw-r--r-- | net/uhttpmock/distinfo | 2 | ||||
-rw-r--r-- | net/uhttpmock/pkg-plist | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile index 52074aff2..b595607f7 100644 --- a/net/uhttpmock/Makefile +++ b/net/uhttpmock/Makefile @@ -4,21 +4,24 @@ PORTNAME= uhttpmock PORTVERSION= 0.4.0.180914 +PORTREVISION= 1 CATEGORIES= net gnome -MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \ +MASTER_SITES= LOCAL/kwm +#https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= HTTP web service mocking library for GNOME BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ + vapigen:${PORTSDIR}/lang/vala-vapigen \ gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup WRKSRC= ${WRKDIR}/uhttpmock-uhttpmock USES= gettext gmake libtool pathfix pkgconfig -USE_GNOME= gnomeprefix gtk20 introspection:build +USE_GNOME= gnomehier gnomeprefix gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtoolize autoconf automake diff --git a/net/uhttpmock/distinfo b/net/uhttpmock/distinfo index 17c88279a..c3e5c958b 100644 --- a/net/uhttpmock/distinfo +++ b/net/uhttpmock/distinfo @@ -1,2 +1,2 @@ -SHA256 (uhttpmock-0.4.0.180914.tar.gz) = 2f34c36f575612c79c78a4d5811062a5b14bd3b610465d2abd7b703796315aef +SHA256 (uhttpmock-0.4.0.180914.tar.gz) = 3ad983f670170afccaf0fd6fa51d3fd3dac6448ea0dfb815e5614ce9307b590a SIZE (uhttpmock-0.4.0.180914.tar.gz) = 57917 diff --git a/net/uhttpmock/pkg-plist b/net/uhttpmock/pkg-plist index 3936ee70f..c107913c3 100644 --- a/net/uhttpmock/pkg-plist +++ b/net/uhttpmock/pkg-plist @@ -9,5 +9,7 @@ lib/libuhttpmock-0.0.so.0 lib/libuhttpmock-0.0.so.0.1.0 libdata/pkgconfig/libuhttpmock-0.0.pc share/gir-1.0/Uhm-0.0.gir +share/vala/vapi/libuhttpmock-0.0.deps +share/vala/vapi/libuhttpmock-0.0.vapi @dirrmtry include/libuhttpmock-0.0/uhttpmock @dirrmtry include/libuhttpmock-0.0 |