Index: head/databases/mantis/Makefile =================================================================== --- head/databases/mantis/Makefile (revision 495246) +++ head/databases/mantis/Makefile (revision 495247) @@ -1,110 +1,110 @@ # Created by: Rozhuk Ivan # $FreeBSD$ PORTNAME= mantis PORTVERSION= 2.19.0 -PORTREVSION= 1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= mantisbt-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tobik@FreeBSD.org COMMENT= Bug tracking system written in PHP LICENSE= GPLv2 USES= php:flavors USE_GITHUB= nodefault USE_PHP= fileinfo filter hash json mbstring pcre session xml NO_ARCH= yes NO_BUILD= yes OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= ACTIVITY ANNOUNCE COLORIZED CUSTOMREPORTER \ EMAILREP EVENTLOG FLTBUGLST GAUGE JQUERYCHOSEN \ JQUERYUI LIGHTBOX PIWIK SAMPLEAUTH SLACK \ SNIPPETS SI TASKODROME TIMETRACKING OPTIONS_DEFAULT= MYSQL ${OPTIONS_GROUP_PLUGINS} OPTIONS_SUB= yes # XXX: All of these should probably be either separate ports or at # least subpackages... ACTIVITY_DESC= Shows bug notes by creation date ANNOUNCE_DESC= Announcements COLORIZED_DESC= Colorized Theme CUSTOMREPORTER_DESC= Allow the selection of a Reporter from a list EMAILREP_DESC= Allow to report an issue by sending an email EVENTLOG_DESC= Allow MantisBT components to log data FLTBUGLST_DESC= Allow to filter by a set of bug IDs GAUGE_DESC= Voting for tickets JQUERYCHOSEN_DESC= Support the Library Chosen to MantisBT JQUERYUI_DESC= jQuery UI library + Combobox LIGHTBOX_DESC= Plugin to open attachments using Lightbox PIWIK_DESC= Paste print screens directly SAMPLEAUTH_DESC= A sample authentication plugin SLACK_DESC= Slack integration SNIPPETS_DESC= Text snippets that can be pasted into text fields SI_DESC= Source control integration TASKODROME_DESC= Interactive scrum board TIMETRACKING_DESC= Time Tracking ACTIVITY_GH_TUPLE= mantisbt-plugins:Activity:99cf873396ebc3fec431c6746dae1a604768f322:activity/plugins/Activity ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.4.0:announce/plugins/Announce COLORIZED_GH_TUPLE= mantisbt-plugins:MantisBT-Colorized:f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized/css/themes/colorized CUSTOMREPORTER_GH_TUPLE= mantisbt-plugins:CustomReporter:v2.0.0:customreporter/plugins/CustomReporter EMAILREP_GH_TUPLE= mantisbt-plugins:EmailReporting:EmailReporting_0.10.1:emailrep/plugins/EmailReporting EVENTLOG_GH_TUPLE= mantisbt-plugins:EventLog:74fd03cf85a32088a0206bc73bb14ddbd148aed2:eventlog/plugins/EventLog FLTBUGLST_GH_TUPLE= mantisbt-plugins:FilterBugList:v2.1.0:fltbuglist/plugins/FilterBugList GAUGE_GH_TUPLE= mantisbt-plugins:GaugeSupport:273fedf56c95ea0425903e3999dc80d625d951eb:gauge/plugins/GaugeSupport JQUERYCHOSEN_GH_TUPLE= mantisbt-plugins:JqueryChosen:dc305e987ea3693bb92d22545ba23f3fc44d04c3:jquerychosen JQUERYUI_GH_TUPLE= mantisbt-plugins:jQuery-UI:ca77afa51166658b469dd11bfff7713485935bda:jqueryui LIGHTBOX_GH_TUPLE= mantisbt-plugins:Lightbox:f8220ba689378054ca433f718d909dc41a803def:lightbox/plugins/Lightbox PIWIK_GH_TUPLE= mantisbt-plugins:piwik:a2dba46836bdc07a80b8040e889ba0606f97415e:piwik SAMPLEAUTH_GH_TUPLE= mantisbt-plugins:SampleAuth:34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth/plugins/SampleAuth SLACK_GH_TUPLE= mantisbt-plugins:Slack:9286d2eeeb8a986ed949e378711fef5f0bf182dc:slack/plugins/Slack SNIPPETS_GH_TUPLE= mantisbt-plugins:Snippets:v2.2.5:snippets/plugins/Snippets SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.1.5:si SI_USE= php=curl TASKODROME_GH_TUPLE= mantisbt-plugins:Taskodrome:0491fa47062cdfa7bf03c01bd286986c75a18453:taskodrome TIMETRACKING_GH_TUPLE= mantisbt-plugins:timetracking:3a560673d85e17651fc1994f5e09e2ae9df62336:timetracking MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} post-extract-COLORIZED-on: @${MV} ${WRKSRC_colorized}/colorized.css ${WRKSRC_colorized}/default.css @${CP} ${WRKSRC_colorized}/assets/screenshot-1.png ${WRKSRC_colorized}/colorized.png post-extract-JQUERYCHOSEN-on: @${MV} ${WRKSRC_jquerychosen}/JqueryChosen ${WRKSRC}/plugins/ post-extract-JQUERYUI-on: @${MV} ${WRKSRC_jqueryui}/jQueryUI ${WRKSRC}/plugins/ post-extract-PIWIK-on: @${MV} ${WRKSRC_piwik}/Piwik ${WRKSRC}/plugins/ post-extract-SI-on: @${MV} ${WRKSRC_si}/Source* ${WRKSRC}/plugins post-extract-TASKODROME-on: @${MV} ${WRKSRC_taskodrome}/Taskodrome ${WRKSRC}/plugins/ post-extract-TIMETRACKING-on: @${MV} ${WRKSRC_timetracking}/TimeTracking ${WRKSRC}/plugins/ do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Index: head/devel/py-jsonlib2/Makefile =================================================================== --- head/devel/py-jsonlib2/Makefile (revision 495246) +++ head/devel/py-jsonlib2/Makefile (revision 495247) @@ -1,17 +1,17 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= jsonlib2 PORTVERSION= 1.5.2 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= JSON Serializer/Deserializer for Python USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/games/gogrepo/Makefile =================================================================== --- head/games/gogrepo/Makefile (revision 495246) +++ head/games/gogrepo/Makefile (revision 495247) @@ -1,39 +1,39 @@ # Created by: Stefan Esser # $FreeBSD$ PORTNAME= gogrepo PORTVERSION= 0.3a -PORT_REVISION= 2 +PORTREVISION= 2 CATEGORIES= games net MAINTAINER= se@FreeBSD.org COMMENT= Batch downloader for (linux,mac,windows) games distributed by GOG.com LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib \ html2text:textproc/py-html2text USE_GITHUB= yes GH_ACCOUNT= eddie3 GH_TAGNAME= d64d45a USES= python shebangfix SHEBANG_FILES= gogrepo.py OPTIONS_DEFINE= DOCS NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/gogrepo PORTDOCS= README.md do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gogrepo.py ${STAGEDIR}${PREFIX}/bin/gogrepo do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .include Index: head/lang/gnu-cobol/Makefile =================================================================== --- head/lang/gnu-cobol/Makefile (revision 495246) +++ head/lang/gnu-cobol/Makefile (revision 495247) @@ -1,41 +1,41 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gnu-cobol PORTVERSION= 2.2 -PORTREVIISION= 1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GNU/gnucobol DISTNAME= gnucobol-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Open-source COBOL compiler LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp USES= bdb gmake libtool ncurses tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INFO= gnucobol DATADIR= ${PREFIX}/share/gnucobol INSTALL_TARGET= install-strip CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext CONFIGURE_ENABLE=nls post-patch: @${REINPLACE_CMD} -e 's|__gmp_randinit|__gmpz_init|g ; \ s|db-4.[0-9]|${BDB_LIB_NAME}|g ; \ s|-lcurses|-lncurses|g ; \ s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure .include Index: head/math/speedcrunch/Makefile =================================================================== --- head/math/speedcrunch/Makefile (revision 495246) +++ head/math/speedcrunch/Makefile (revision 495247) @@ -1,33 +1,32 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= speedcrunch PORTVERSION= 0.12.0 -PORTRVISION= 1 DISTVERSIONSUFFIX= -${BB_COMMIT} PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard-oriented desktop scientific calculator LICENSE= GPLv2+ USES= cmake qt:5 BB_ACCOUNT= heldercorreia BB_PROJECT= ${PORTNAME} BB_COMMIT= 7f2565d6a0ad WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} CMAKE_SOURCE_PATH= ${WRKSRC}/src USE_QT= buildtools_build qmake_build core gui help widgets USE_XORG= x11 post-patch: # Remove custom options for compiler warnings @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*||g' \ ${CMAKE_SOURCE_PATH}/CMakeLists.txt .include Index: head/security/libsecret/Makefile =================================================================== --- head/security/libsecret/Makefile (revision 495246) +++ head/security/libsecret/Makefile (revision 495247) @@ -1,28 +1,28 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= libsecret PORTVERSION= 0.18.6 -POIRTREVISION= 1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library to access the secret service API LICENSE= LGPL21 BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ vala:lang/vala LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error USES= gettext gmake gnome libtool localbase pkgconfig tar:xz USE_GNOME= glib20 libxslt:build intltool \ introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection INSTALL_TARGET= install-strip .include Index: head/www/py-django-netfields/Makefile =================================================================== --- head/www/py-django-netfields/Makefile (revision 495246) +++ head/www/py-django-netfields/Makefile (revision 495247) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= django-netfields DISTVERSION= 0.8 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alfred@FreeBSD.org COMMENT= Django PostgreSQL netfields implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${PY_FLAVOR} \ ${PY_IPADDRESS} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/x11-toolkits/diorite/Makefile =================================================================== --- head/x11-toolkits/diorite/Makefile (revision 495246) +++ head/x11-toolkits/diorite/Makefile (revision 495247) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= diorite PORTVERSION= 0.2.1 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= x11-toolkits devel MAINTAINER= ports@FreeBSD.org COMMENT= Utility and widget library based on GLib and GTK+ 3 LICENSE= BSD2CLAUSE BUILD_DEPENDS= valac:lang/vala GH_ACCOUNT= tiliado # USES=waf implicity does USES=python:2.7,build but that is not sufficient # for shebangfix to know the python version USES= gnome pkgconfig python:2.7,build shebangfix waf USE_GITHUB= yes USE_GNOME= gdkpixbuf2 glib20 gtk30 USE_XORG= x11 SHEBANG_FILES= testgen.py # --noopt is required to prevent a crash in ipcserver.c, as # the argument of diorite_ipc_server_process_connection_co() gets # optimized out in diorite_ipc_server_process_connection(). CONFIGURE_ARGS= --noopt --platform=LINUX MAKE_ARGS= --no-ldconfig USE_LDCONFIG= yes .ifdef(WITH_DEBUG) CONFIGURE_ARGS+=--debug .else CONFIGURE_ARGS+=--no-debug .endif pre-configure: @${REINPLACE_CMD} -e '/pkgconfig/ s,$${LIBDIR},${PREFIX}/libdata,' \ ${WRKSRC}/wscript post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include