Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. | mat | 2016-04-01 | 1 | -3/+3 |
* | - Update security/gnutls to 3.4.10. | tijl | 2016-03-27 |
#!/bin/sh PATH=$PATH:/usr/local/bin if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then PYTHON_GT=`python -c 'import string, sys; \ print string.split(sys.version)[0] >= "2.0" and 1'` if [ "x${PYTHON_GT}" = "x1" ]; then exit 0 else echo "-----------------------------------------------------------" echo "ZSI requires Python version 2.0 or greater -" echo " please update your Python installation before proceeding." echo "-----------------------------------------------------------" exit 1 fi fi ory'/>
![]() |
index : freebsd-ports-gnome | |
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. | mat | 2016-04-01 | 1 | -3/+3 |
* | - Update security/gnutls to 3.4.10. | tijl | 2016-03-27 |