1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PROJECT}.

This commit is contained in:
Alexey Dokuchaev 2021-08-29 12:09:42 +00:00
parent 78349b9c98
commit 4eb0b49d47
7 changed files with 3 additions and 13 deletions

View File

@ -1,4 +1,4 @@
PORTNAME= cadquery PORTNAME= ${GH_ACCOUNT:tl}
DISTVERSION= 2.0.1 DISTVERSION= 2.0.1
CATEGORIES= cad CATEGORIES= cad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,7 +18,6 @@ USE_PYTHON= autoplist distutils
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= CadQuery GH_ACCOUNT= CadQuery
GH_PROJECT= cadquery
post-extract: post-extract:
# Move into a sub-directory so that we don't pollute site-packages. # Move into a sub-directory so that we don't pollute site-packages.

View File

@ -21,7 +21,6 @@ USE_PYTHON= concurrent distutils autoplist
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= mozman GH_ACCOUNT= mozman
GH_PROJECT= ezdxf
do-test: do-test:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -m pytest -rs -v @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -m pytest -rs -v

View File

@ -20,7 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVO
USES= python:3.6+,run shebangfix USES= python:3.6+,run shebangfix
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= rsj56 GH_ACCOUNT= rsj56
GH_PROJECT= apitran
GH_TAGNAME= d209347 GH_TAGNAME= d209347
NO_BUILD= yes NO_BUILD= yes

View File

@ -14,7 +14,6 @@ USES= cmake
USE_CSTD= c99 USE_CSTD= c99
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= jketterl GH_ACCOUNT= jketterl
GH_PROJECT= digiham
post-install: post-install:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}

View File

@ -51,10 +51,6 @@ USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \
iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \ iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \
shebangfix shebangfix
USE_GITHUB= yes
GH_ACCOUNT= gnuradio
GH_PROJECT= gnuradio
SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
@ -72,6 +68,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \
# for detailed debugging uncomment the next line # for detailed debugging uncomment the next line
#CMAKE_ARGS+= --debug-output --trace #CMAKE_ARGS+= --debug-output --trace
USE_CXXSTD= c++11 USE_CXXSTD= c++11
USE_GITHUB= yes
USE_PYQT= core gui opengl USE_PYQT= core gui opengl
USE_WX= 3.0 USE_WX= 3.0
USE_QT= buildtools core gui xml qmake widgets USE_QT= buildtools core gui xml qmake widgets

View File

@ -11,13 +11,11 @@ LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf USES= autoreconf
GNU_CONFIGURE= yes
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= kosfango GH_ACCOUNT= kosfango
GH_PROJECT= qico
GH_TAGNAME= 15673bf GH_TAGNAME= 15673bf
GNU_CONFIGURE= yes
CONFDIR?= ${PREFIX}/etc/fido/qico CONFDIR?= ${PREFIX}/etc/fido/qico
QBASEDIR?= /var/spool/fido/qico QBASEDIR?= /var/spool/fido/qico
QLOGDIR?= /var/log/fido/qico QLOGDIR?= /var/log/fido/qico

View File

@ -24,7 +24,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= sm0svx GH_ACCOUNT= sm0svx
GH_PROJECT= svxlink
CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_SOURCE_PATH= ${WRKSRC}/src
CMAKE_ARGS+= -DMAN_INSTALL_DIR:FILEPATH=${PREFIX}/share/man \ CMAKE_ARGS+= -DMAN_INSTALL_DIR:FILEPATH=${PREFIX}/share/man \