mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 4.6
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
This commit is contained in:
parent
df7adf2638
commit
ce62ca6298
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273219
@ -5,25 +5,29 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES+= converters
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= php5-
|
||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
COMMENT= PHP wrapper for bsdconv
|
||||
|
||||
LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../bsdconv
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/php
|
||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${NONEXISTENT}
|
||||
LICENSE= BSD
|
||||
|
||||
GITVERSION= 4297d53
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-php-${PORTNAME}-${GITVERSION}
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= bsdconv
|
||||
CONFIGURE_ARGS+=--with-bsdconv=${LOCALBASE}
|
||||
PHP_MODNAME= ${PORTNAME}
|
||||
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include <bsd.port.mk>
|
||||
|
2
converters/php5-bsdconv/distinfo
Normal file
2
converters/php5-bsdconv/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (buganini-bsdconv-4.6-0-g4297d53.tar.gz) = 7d40955e082c8b56088d7bb0707fab48bc6e2e6f42cdf75f72e2f53a84f65ebd
|
||||
SIZE (buganini-bsdconv-4.6-0-g4297d53.tar.gz) = 4394
|
@ -5,26 +5,28 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES+= python
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= converters python
|
||||
MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
COMMENT= Python wrapper for bsdconv
|
||||
|
||||
LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../bsdconv
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/python
|
||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
LICENSE= BSD
|
||||
|
||||
GITVERSION= 274d3f1
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION}
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/setup.py
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include <bsd.port.mk>
|
||||
|
2
converters/py-bsdconv/distinfo
Normal file
2
converters/py-bsdconv/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (buganini-bsdconv-4.6-0-g274d3f1.tar.gz) = 7e5c24bbddb2d3bb047003ac172a283da659d6832914a357c9f37315baa8a070
|
||||
SIZE (buganini-bsdconv-4.6-0-g274d3f1.tar.gz) = 2362
|
Loading…
Reference in New Issue
Block a user