mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Use GH_ACCOUNT in DISTNAME
Suggested by: sunpoet Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
61fceef050
commit
eb86e4311c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305650
@ -4,7 +4,7 @@
|
|||||||
PORTNAME= bug5
|
PORTNAME= bug5
|
||||||
PORTVERSION= 1.13
|
PORTVERSION= 1.13
|
||||||
CATEGORIES= chinese converters
|
CATEGORIES= chinese converters
|
||||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal
|
COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
PORTNAME= bsdconv
|
PORTNAME= bsdconv
|
||||||
PORTVERSION= 9.0
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= BSD licensed charset/encoding converter library
|
COMMENT= BSD licensed charset/encoding converter library
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
PORTNAME= gbsdconv
|
PORTNAME= gbsdconv
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
CATEGORIES= converters python
|
CATEGORIES= converters python
|
||||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= GUI for bsdconv
|
COMMENT= GUI for bsdconv
|
||||||
|
@ -5,7 +5,7 @@ PORTNAME= bsdconv
|
|||||||
PORTVERSION= 9.0
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= Perl wrapper for bsdconv
|
COMMENT= Perl wrapper for bsdconv
|
||||||
|
@ -5,7 +5,7 @@ PORTNAME= bsdconv
|
|||||||
PORTVERSION= 9.0
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
PKGNAMEPREFIX= php5-
|
PKGNAMEPREFIX= php5-
|
||||||
DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= PHP wrapper for bsdconv
|
COMMENT= PHP wrapper for bsdconv
|
||||||
|
@ -5,7 +5,7 @@ PORTNAME= bsdconv
|
|||||||
PORTVERSION= 9.0
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= converters python
|
CATEGORIES= converters python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= Python wrapper for bsdconv
|
COMMENT= Python wrapper for bsdconv
|
||||||
|
@ -5,7 +5,7 @@ PORTNAME= bsdconv
|
|||||||
PORTVERSION= 9.0
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= converters ruby
|
CATEGORIES= converters ruby
|
||||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||||
DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
|
||||||
MAINTAINER= buganini@gmail.com
|
MAINTAINER= buganini@gmail.com
|
||||||
COMMENT= Ruby wrapper for bsdconv
|
COMMENT= Ruby wrapper for bsdconv
|
||||||
|
Loading…
Reference in New Issue
Block a user