mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Unbreak this port
- switch to GitHub Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12146
This commit is contained in:
parent
7ac3e46baf
commit
fd3d4879f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449806
2 changed files with 20 additions and 10 deletions
|
@ -3,23 +3,32 @@
|
||||||
|
|
||||||
PORTNAME= Git
|
PORTNAME= Git
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel pear
|
CATEGORIES= devel pear
|
||||||
MASTER_SITES= http://pear.phpunit.de/get/
|
|
||||||
PKGNAMEPREFIX= pear-SebastianBergmann_
|
PKGNAMEPREFIX= pear-SebastianBergmann_
|
||||||
|
|
||||||
MAINTAINER= joneum@FreeBSD.org
|
MAINTAINER= joneum@FreeBSD.org
|
||||||
COMMENT= Simple wrapper for Git
|
COMMENT= Simple wrapper for Git
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= pear>=1.9.4:devel/pear \
|
BUILD_DEPENDS= pear>=1.9.4:devel/pear
|
||||||
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
|
RUN_DEPENDS= pear>=1.9.4:devel/pear
|
||||||
RUN_DEPENDS= pear>=1.9.4:devel/pear \
|
|
||||||
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
|
|
||||||
|
|
||||||
BROKEN= unfetchable, redirects to https://phpunit.de/
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= sebastianbergmann
|
||||||
|
GH_PROJECT= git
|
||||||
|
|
||||||
USES= pear
|
NO_BUILD= yes
|
||||||
PEAR_CHANNEL= phpunit
|
|
||||||
|
PHP_DIR= share/PHP
|
||||||
|
|
||||||
|
PLIST_FILES= ${PHP_DIR}/${PORTNAME}/Git.php
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/src/Git.php \
|
||||||
|
${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (PEAR/Git-1.2.0.tgz) = b51bd62acc23df45bc49fc97e636317ad92054dd4b8e81e7062233ecb3ce6a62
|
TIMESTAMP = 1503836008
|
||||||
SIZE (PEAR/Git-1.2.0.tgz) = 3418
|
SHA256 (sebastianbergmann-git-1.2.0_GH0.tar.gz) = f0413815174c5797dc619dd038dbce3200ce6a64c11c6d820a1303b7bd7d7d12
|
||||||
|
SIZE (sebastianbergmann-git-1.2.0_GH0.tar.gz) = 4479
|
||||||
|
|
Loading…
Add table
Reference in a new issue