Rename ctemplate back to google-ctemplate, due package conflict.
This commit is contained in:
parent
824d6669e1
commit
379416f0a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398222
9 changed files with 5 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -7889,3 +7889,4 @@ net/linc||2015-09-27|Has expired: Last release in 2003, not used by anything any
|
|||
net/linc-reference||2015-09-27|Has expired: Last release in 2003, not used by anything anymore.
|
||||
x11/xlogout||2015-09-27|Has expired: Useless cruft from 1989
|
||||
textproc/google-ctemplate|textproc/ctemplate|2015-09-29|Renamed
|
||||
textproc/ctemplate|textproc/google-ctemplate|2015-09-30|Renamed, due package conflict.
|
||||
|
|
|
@ -24,7 +24,7 @@ LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \
|
|||
libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
||||
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
|
||||
libctemplate.so:${PORTSDIR}/textproc/ctemplate \
|
||||
libctemplate.so:${PORTSDIR}/textproc/google-ctemplate \
|
||||
libtinyxml.so:${PORTSDIR}/textproc/tinyxml \
|
||||
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
SUBDIR += csb-aspell
|
||||
SUBDIR += csv2latex
|
||||
SUBDIR += csvdiff
|
||||
SUBDIR += ctemplate
|
||||
SUBDIR += ctpl
|
||||
SUBDIR += ctpp2
|
||||
SUBDIR += cwtext
|
||||
|
@ -216,6 +215,7 @@
|
|||
SUBDIR += go-text
|
||||
SUBDIR += go.text
|
||||
SUBDIR += goldendict
|
||||
SUBDIR += google-ctemplate
|
||||
SUBDIR += google-translate-cli
|
||||
SUBDIR += gpp
|
||||
SUBDIR += grap
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= ctemplate
|
||||
PORTVERSION= 2.3
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= google-
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= Simple but powerful template language for C++
|
|
@ -11,7 +11,7 @@ DIST_SUBDIR= PECL
|
|||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= PECL extension for ctemplate library
|
||||
|
||||
LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/ctemplate
|
||||
LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/google-ctemplate
|
||||
|
||||
USES= tar:xz
|
||||
USE_PHP= yes
|
||||
|
|
Loading…
Reference in a new issue