mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 7.3
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: - info(): add width information Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
This commit is contained in:
parent
09ce27223a
commit
3a3e6b2b0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297494
6 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 7.1
|
||||
PORTVERSION= 7.3
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= php5-
|
||||
|
@ -17,9 +17,9 @@ COMMENT= PHP wrapper for bsdconv
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
GITVERSION= dc19f69
|
||||
GITVERSION= a3bad63
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-php-${PORTNAME}-${GITVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (buganini-bsdconv-7.1-0-gdc19f69.tar.gz) = d8e2407b7dc65ebc62c3ab89bfa82485958a88d369751220f741a8eedefe2a75
|
||||
SIZE (buganini-bsdconv-7.1-0-gdc19f69.tar.gz) = 6541
|
||||
SHA256 (buganini-bsdconv-7.3-0-ga3bad63.tar.gz) = df361f33a9cc8105bc408cdd0b82fa1eae653df96a17a1ab3d9b4c253aae8019
|
||||
SIZE (buganini-bsdconv-7.3-0-ga3bad63.tar.gz) = 6541
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 7.3
|
||||
PORTVERSION= 7.5
|
||||
CATEGORIES= converters python
|
||||
MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,9 +17,9 @@ COMMENT= Python wrapper for bsdconv
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
GITVERSION= 86bb880
|
||||
GITVERSION= e203c4a
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION}
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (buganini-bsdconv-7.3-0-g86bb880.tar.gz) = ca32be733b411ffe7c3bcbe4b32af21d6ff4299181912c2422ad46e62ad050b0
|
||||
SIZE (buganini-bsdconv-7.3-0-g86bb880.tar.gz) = 4301
|
||||
SHA256 (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = f4ac0e8eaad8665b2ee32fe0bfd1206ee8c9ed1bd304b2b9e10cf8ce4a4de99c
|
||||
SIZE (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = 4329
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 7.0
|
||||
PORTVERSION= 7.1
|
||||
CATEGORIES= converters ruby
|
||||
MASTER_SITES= https://github.com/buganini/ruby-${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -17,12 +17,12 @@ COMMENT= Ruby wrapper for bsdconv
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
GITVERSION= e7d7a7e
|
||||
GITVERSION= a3437bf
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-ruby-${PORTNAME}-${GITVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (buganini-bsdconv-7.0-0-ge7d7a7e.tar.gz) = d10559cf5d7c3c7b2c563d5f2afd7488eba9a44cf40f87d018dbed7597c87dbb
|
||||
SIZE (buganini-bsdconv-7.0-0-ge7d7a7e.tar.gz) = 2117
|
||||
SHA256 (buganini-bsdconv-7.1-0-ga3437bf.tar.gz) = 92c5ee5d5843f3ad5065af66d085fb00ddedfb47fe30181f476d04053710de58
|
||||
SIZE (buganini-bsdconv-7.1-0-ga3437bf.tar.gz) = 2141
|
||||
|
|
Loading…
Add table
Reference in a new issue