Index: head/devel/py3c/files/patch-Makefile =================================================================== --- head/devel/py3c/files/patch-Makefile (revision 568517) +++ head/devel/py3c/files/patch-Makefile (nonexistent) @@ -1,20 +0,0 @@ ---- Makefile.orig 2018-02-06 13:31:05 UTC -+++ Makefile -@@ -42,12 +42,12 @@ py3c.pc: py3c.pc.in $(includedir) - sed -e's:@includedir@:$(realpath $(includedir)):' $< > $@ - - install: py3c.pc -- mkdir -p -m 0755 $(includedir)/py3c -- install -m 0644 include/py3c.h $(includedir)/py3c.h -- install -m 0644 $(wildcard include/py3c/*.h) $(includedir)/py3c/ -+ mkdir -p -m 0755 $(DESTDIR)$(includedir)/py3c -+ install -m 0644 include/py3c.h $(DESTDIR)$(includedir)/py3c.h -+ install -m 0644 $(wildcard include/py3c/*.h) $(DESTDIR)$(includedir)/py3c/ - -- mkdir -p -m 0755 $(pkgconfigdir) -- install -m 0644 py3c.pc $(pkgconfigdir)/ -+ mkdir -p -m 0755 $(DESTDIR)$(pkgconfigdir) -+ install -m 0644 py3c.pc $(DESTDIR)$(pkgconfigdir)/ - - clean: - rm py3c.pc ||: Property changes on: head/devel/py3c/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py3c/Makefile =================================================================== --- head/devel/py3c/Makefile (revision 568517) +++ head/devel/py3c/Makefile (revision 568518) @@ -1,29 +1,29 @@ # Created by: lev@FreeBSD.org # $FreeBSD$ PORTNAME= py3c -PORTVERSION= 1.0 +PORTVERSION= 1.3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= lev@FreeBSD.org COMMENT= Py3c helps you port C extensions to Python 3 LICENSE= MIT USES= gmake USE_GITHUB= yes GH_ACCOUNT= encukou NO_BUILD= yes do-install: @${MAKE_CMD} \ prefix=${PREFIX} \ pkgconfigdir=${PREFIX}/libdata/pkgconfig \ DESTDIR=${STAGEDIR} \ -C ${WRKSRC} \ install .include Index: head/devel/py3c/distinfo =================================================================== --- head/devel/py3c/distinfo (revision 568517) +++ head/devel/py3c/distinfo (revision 568518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590936933 -SHA256 (encukou-py3c-v1.0_GH0.tar.gz) = f97fbc2eb5187df2499c3d5cf6c23ee0dac046eb0a88d67eea5e444cf116cd8e -SIZE (encukou-py3c-v1.0_GH0.tar.gz) = 45666 +TIMESTAMP = 1608442401 +SHA256 (encukou-py3c-v1.3_GH0.tar.gz) = 8364eca74ec273c647317abaf0f9936cab81feed0d204e7d856dbf018986b923 +SIZE (encukou-py3c-v1.3_GH0.tar.gz) = 46423