aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2016-05-17 01:43:22 +0800
committerhrs <hrs@FreeBSD.org>2016-05-17 01:43:22 +0800
commitfe608729c127bbd997bd3aa67262ee482124c042 (patch)
tree2dbeadf4eb748c943569385298a0aa2bbe178035 /devel
parent1cfc46ca789ba70a6affd8cd92f5c2bbff82d0d6 (diff)
downloadfreebsd-ports-gnome-fe608729c127bbd997bd3aa67262ee482124c042.tar.gz
freebsd-ports-gnome-fe608729c127bbd997bd3aa67262ee482124c042.tar.zst
freebsd-ports-gnome-fe608729c127bbd997bd3aa67262ee482124c042.zip
Update japanese/mozc-server to 2.17.2322.102. Changes include:
- Use Github as the source. - Depend on devel/py-gyp and japanese/zinnia because bundled versions have been removed from the original distfile. - devel/py-gyp-devel has been updated to snapshot as of 20160504 and renamed with devel/py-gyp. Take maintainership[*]. - Install mozc.el.gz instead of mozc.el. Approved by: maintainer [*]
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-gyp-devel/Makefile23
-rw-r--r--devel/py-gyp-devel/distinfo2
-rw-r--r--devel/py-gyp-devel/pkg-descr3
-rw-r--r--devel/py-gyp/Makefile20
-rw-r--r--devel/py-gyp/distinfo2
-rw-r--r--devel/py-gyp/files/patch-pylib_gyp_generator_make.py (renamed from devel/py-gyp-devel/files/patch-pylib_gyp_generator_make.py)6
-rw-r--r--devel/py-gyp/pkg-descr7
8 files changed, 33 insertions, 32 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4cc228fb428a..dd80fb5b85ab 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4130,7 +4130,7 @@
SUBDIR += py-greenlet
SUBDIR += py-grizzled
SUBDIR += py-grouch
- SUBDIR += py-gyp-devel
+ SUBDIR += py-gyp
SUBDIR += py-hash_ring
SUBDIR += py-hghooks
SUBDIR += py-hgsubversion
diff --git a/devel/py-gyp-devel/Makefile b/devel/py-gyp-devel/Makefile
deleted file mode 100644
index 1547c9b3cbcc..000000000000
--- a/devel/py-gyp-devel/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Daichi GOTO <daichi@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gyp
-PORTVERSION= 20150414
-PORTREVISION= 0
-CATEGORIES= devel python
-MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= daichi@FreeBSD.org
-COMMENT= Generate Your Projects
-
-LICENSE= BSD3CLAUSE
-
-USES= python:2
-USE_PYTHON= autoplist distutils
-
-pre-configure:
- ${REINPLACE_CMD} -e 's/linux/${OPSYS:tl}/;s|gcc|${CC}|;s|g++|${CXX}|' \
- ${WRKSRC}/pylib/gyp/generator/make.py
-
-.include <bsd.port.mk>
diff --git a/devel/py-gyp-devel/distinfo b/devel/py-gyp-devel/distinfo
deleted file mode 100644
index 965dafd866a6..000000000000
--- a/devel/py-gyp-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gyp-20150414.tar.gz) = 798efaf63f605f2e7cdbab10ac279b310c9dd8d4e9f6d679fb6b16ece5c0878f
-SIZE (gyp-20150414.tar.gz) = 11860415
diff --git a/devel/py-gyp-devel/pkg-descr b/devel/py-gyp-devel/pkg-descr
deleted file mode 100644
index 1abc76032b77..000000000000
--- a/devel/py-gyp-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-gyp - Generate Your Projects - a python based build tool
-
-WWW: http://code.google.com/p/gyp/
diff --git a/devel/py-gyp/Makefile b/devel/py-gyp/Makefile
new file mode 100644
index 000000000000..bf183b77e477
--- /dev/null
+++ b/devel/py-gyp/Makefile
@@ -0,0 +1,20 @@
+# Created by: Daichi GOTO <daichi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gyp
+PORTVERSION= 20160504
+CATEGORIES= devel python
+MASTER_SITES= LOCAL/hrs
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME}-e679e688ba6db12336b79650c27fcf8a5ed21e60
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Build System That Generates Other Build Systems
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:2
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/devel/py-gyp/distinfo b/devel/py-gyp/distinfo
new file mode 100644
index 000000000000..e673817a6309
--- /dev/null
+++ b/devel/py-gyp/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gyp-e679e688ba6db12336b79650c27fcf8a5ed21e60.tar.gz) = 51fadf46a7a108b0c8f273fb726b113609d7be5394d286716cbf472d1327d18c
+SIZE (gyp-e679e688ba6db12336b79650c27fcf8a5ed21e60.tar.gz) = 620920
diff --git a/devel/py-gyp-devel/files/patch-pylib_gyp_generator_make.py b/devel/py-gyp/files/patch-pylib_gyp_generator_make.py
index fd508990b925..a4dfc93054d5 100644
--- a/devel/py-gyp-devel/files/patch-pylib_gyp_generator_make.py
+++ b/devel/py-gyp/files/patch-pylib_gyp_generator_make.py
@@ -1,6 +1,6 @@
---- pylib/gyp/generator/make.py.orig 2015-04-16 13:28:24.117918307 +0900
-+++ pylib/gyp/generator/make.py 2015-04-16 13:28:50.421923951 +0900
-@@ -342,7 +342,7 @@
+--- pylib/gyp/generator/make.py.orig 2016-05-10 14:06:56 UTC
++++ pylib/gyp/generator/make.py
+@@ -342,7 +342,7 @@ sed -e "s|^$(notdir $@)|$@|" $(depfile).
# We remove slashes and replace spaces with new lines;
# remove blank lines;
# delete the first line and append a colon to the remaining lines.
diff --git a/devel/py-gyp/pkg-descr b/devel/py-gyp/pkg-descr
new file mode 100644
index 000000000000..df264fa8d694
--- /dev/null
+++ b/devel/py-gyp/pkg-descr
@@ -0,0 +1,7 @@
+GYP is a Meta-Build system: a build system that generates other
+build systems. It is intended to support large projects that need
+to be built on multiple platforms (e.g., Mac, Windows, Linux), and
+where it is important that the project can be built using the IDEs
+that are popular on each platform as if the project is a "native" one.
+
+WWW: https://gyp.gsrc.io/