pkgsrc-WIP-changes archive

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

*coin: wip/miniupnpc -> net/miniupnpc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 22 01:02:51 2016 +0100
Changeset:	b4079ac23da37a51afa5b6e6dd6fa11402572540

Modified Files:
	bitcoin/options.mk
	darkcoin/options.mk
	feathercoin/options.mk
	litecoin/options.mk
	peercoin/options.mk
	primecoin/options.mk
	quarkcoin/options.mk

Log Message:
*coin: wip/miniupnpc -> net/miniupnpc

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

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

diffstat:
 bitcoin/options.mk     | 2 +-
 darkcoin/options.mk    | 2 +-
 feathercoin/options.mk | 2 +-
 litecoin/options.mk    | 2 +-
 peercoin/options.mk    | 2 +-
 primecoin/options.mk   | 2 +-
 quarkcoin/options.mk   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/bitcoin/options.mk b/bitcoin/options.mk
index 6c85031..a271a15 100644
--- a/bitcoin/options.mk
+++ b/bitcoin/options.mk
@@ -24,5 +24,5 @@ CONFIGURE_ARGS+=	--with-qt-bindir=${QTDIR}/bin
 .endif
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .endif
diff --git a/darkcoin/options.mk b/darkcoin/options.mk
index 0cbad5d..2a7950d 100644
--- a/darkcoin/options.mk
+++ b/darkcoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif
diff --git a/feathercoin/options.mk b/feathercoin/options.mk
index 059bd8f..8cf3e7f 100644
--- a/feathercoin/options.mk
+++ b/feathercoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif
diff --git a/litecoin/options.mk b/litecoin/options.mk
index 3bcdd57..486bfde 100644
--- a/litecoin/options.mk
+++ b/litecoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif
diff --git a/peercoin/options.mk b/peercoin/options.mk
index d613949..a5a2fdd 100644
--- a/peercoin/options.mk
+++ b/peercoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif
diff --git a/primecoin/options.mk b/primecoin/options.mk
index 044d2ff..401d558 100644
--- a/primecoin/options.mk
+++ b/primecoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif
diff --git a/quarkcoin/options.mk b/quarkcoin/options.mk
index 1f7f1d6..5b1afe8 100644
--- a/quarkcoin/options.mk
+++ b/quarkcoin/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+=		qrcode
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 .endif


Home | Main Index | Thread Index | Old Index