mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak With hat: portmgr
This commit is contained in:
parent
80e8e55257
commit
b67bcd423b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352993
19 changed files with 34 additions and 34 deletions
|
@ -22,7 +22,7 @@ USE_GL= glu
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
CFLAGS+= -D${OPSYS:U} -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 \
|
CFLAGS+= -D${OPSYS:tu} -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 \
|
||||||
-I${LOCALBASE}/include -Wno-return-type
|
-I${LOCALBASE}/include -Wno-return-type
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
|
@ -184,7 +184,7 @@ INST_SH= as_run parallel_cp
|
||||||
DAT2FIX= astout.export config.txt forma01a.export
|
DAT2FIX= astout.export config.txt forma01a.export
|
||||||
inst_dir= ${PREFIX}/${PORTNAME}/${vaster}
|
inst_dir= ${PREFIX}/${PORTNAME}/${vaster}
|
||||||
tools_dir= ${PREFIX}/${PORTNAME}/outils
|
tools_dir= ${PREFIX}/${PORTNAME}/outils
|
||||||
v_ifdef= ${OPSYS:U}
|
v_ifdef= ${OPSYS:tu}
|
||||||
SHELL_INSTALL_ASTER= ${LOCALBASE}/bin/${SHIA}
|
SHELL_INSTALL_ASTER= ${LOCALBASE}/bin/${SHIA}
|
||||||
tcl_dir= ${LOCALBASE}
|
tcl_dir= ${LOCALBASE}
|
||||||
hdf_dir= ${LOCALBASE}
|
hdf_dir= ${LOCALBASE}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= SearchAndRescue
|
PORTNAME= SearchAndRescue
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.3.0
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/Data_Files/
|
MASTER_SITES= SF/${PORTNAME:tl}/Data_Files/
|
||||||
PKGNAMESUFFIX= -data
|
PKGNAMESUFFIX= -data
|
||||||
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ COMMENT= The data files for SearchAndRescue flight simulator
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
DATADIR= ${PREFIX}/share/${PORTNAME:L}
|
DATADIR= ${PREFIX}/share/${PORTNAME:tl}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -33,7 +33,7 @@ post-patch:
|
||||||
's|^static char|static const char|'
|
's|^static char|static const char|'
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:tu}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions
|
||||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= ShellEd
|
||||||
PORTVERSION= 1.0.2a
|
PORTVERSION= 1.0.2a
|
||||||
PORTREVISION= 3
|
PORTREVISION= 3
|
||||||
CATEGORIES= java devel
|
CATEGORIES= java devel
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/1.0.2
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/1.0.2
|
||||||
PKGNAMEPREFIX= eclipse-
|
PKGNAMEPREFIX= eclipse-
|
||||||
DISTNAME= shelled_${PORTVERSION}
|
DISTNAME= shelled_${PORTVERSION}
|
||||||
DIST_SUBDIR= eclipse
|
DIST_SUBDIR= eclipse
|
||||||
|
|
|
@ -6,9 +6,9 @@ DISTVERSION= 2.3b
|
||||||
PORTREVISION= 9
|
PORTREVISION= 9
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:L}/
|
MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:tl}/
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= ${PORTNAME:L}-${DISTVERSION}
|
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Plugin for SpamAssassin which scans image attachments for spam
|
COMMENT= Plugin for SpamAssassin which scans image attachments for spam
|
||||||
|
|
|
@ -31,9 +31,9 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
.if ${ARCH} == "amd64"
|
||||||
TARGET_SDIR= x86_64-unknown-${OPSYS:L}${OSREL}
|
TARGET_SDIR= x86_64-unknown-${OPSYS:tl}${OSREL}
|
||||||
.else
|
.else
|
||||||
TARGET_SDIR= ${ARCH}-unknown-${OPSYS:L}${OSREL}
|
TARGET_SDIR= ${ARCH}-unknown-${OPSYS:tl}${OSREL}
|
||||||
.endif
|
.endif
|
||||||
REDUCECSL= ${WRKSRC}/cslbuild/${TARGET_SDIR}/csl
|
REDUCECSL= ${WRKSRC}/cslbuild/${TARGET_SDIR}/csl
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ PORTVERSION= 13.04.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
|
||||||
#MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
|
#MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= nivit@FreeBSD.org
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
|
@ -32,7 +32,7 @@ post-install:
|
||||||
@${LN} -s ${DATADIR}/wxmaxima.png ${PREFIX}/share/pixmaps/wxmaxima.png
|
@${LN} -s ${DATADIR}/wxmaxima.png ${PREFIX}/share/pixmaps/wxmaxima.png
|
||||||
@${LOCALBASE}/bin/desktop-file-install \
|
@${LOCALBASE}/bin/desktop-file-install \
|
||||||
--mode=${SHAREMODE} --dir=${DESKTOPDIR} \
|
--mode=${SHAREMODE} --dir=${DESKTOPDIR} \
|
||||||
--rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:L}.desktop
|
--rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
|
||||||
# --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
|
# --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
USES+= tk
|
USES+= tk
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PORTEXAMPLES= ${PORTNAME:L}
|
PORTEXAMPLES= ${PORTNAME:tl}
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
@ -31,10 +31,10 @@ do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/runit.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${INSTALL_SCRIPT} ${WRKSRC}/runit.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${STAGEDIR}${EXAMPLESDIR}/${PORTNAME:L}
|
${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${STAGEDIR}${EXAMPLESDIR}/${PORTNAME:tl}
|
||||||
@${ECHO_MSG} " "
|
@${ECHO_MSG} " "
|
||||||
@${ECHO_MSG} "-------------------------------------------------------------------"
|
@${ECHO_MSG} "-------------------------------------------------------------------"
|
||||||
@${ECHO_MSG} "===> Installing runitrc.sample in ${EXAMPLESDIR}/${PORTNAME:L}"
|
@${ECHO_MSG} "===> Installing runitrc.sample in ${EXAMPLESDIR}/${PORTNAME:tl}"
|
||||||
@${ECHO_MSG} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
|
@${ECHO_MSG} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
|
||||||
@${ECHO_MSG} "-------------------------------------------------------------------"
|
@${ECHO_MSG} "-------------------------------------------------------------------"
|
||||||
@${ECHO_MSG} " "
|
@${ECHO_MSG} " "
|
||||||
|
|
|
@ -4,7 +4,7 @@ PORTNAME= OpenLP
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.3
|
||||||
PORTREVISION= 4
|
PORTREVISION= 4
|
||||||
CATEGORIES= multimedia python
|
CATEGORIES= multimedia python
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= tabthorpe@FreeBSD.org
|
MAINTAINER= tabthorpe@FreeBSD.org
|
||||||
|
|
|
@ -263,7 +263,7 @@ pre-configure:
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
.for i in mod_unimrcp mod_flite mod_pocketsphinx
|
.for i in mod_unimrcp mod_flite mod_pocketsphinx
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(asr_tts/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(asr_tts/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
@ -274,17 +274,17 @@ post-configure:
|
||||||
mod_vmd mod_avmd mod_spy mod_curl mod_nibblebill mod_memcache mod_directory mod_distributor \
|
mod_vmd mod_avmd mod_spy mod_curl mod_nibblebill mod_memcache mod_directory mod_distributor \
|
||||||
mod_snapshot mod_callcenter mod_fsk mod_ladspa mod_blacklist mod_http_cache mod_abstraction \
|
mod_snapshot mod_callcenter mod_fsk mod_ladspa mod_blacklist mod_http_cache mod_abstraction \
|
||||||
mod_voicemail_ivr mod_httapi
|
mod_voicemail_ivr mod_httapi
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(applications/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(applications/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
.for i in mod_amrwb mod_celt mod_silk mod_codec2 mod_opus mod_isac mod_ilbc mod_siren
|
.for i in mod_amrwb mod_celt mod_silk mod_codec2 mod_opus mod_isac mod_ilbc mod_siren
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(codecs/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(codecs/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
.for i in mod_shell_stream mod_shout mod_vlc
|
.for i in mod_shell_stream mod_shout mod_vlc
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(formats/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(formats/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
@ -292,17 +292,17 @@ post-configure:
|
||||||
@${REINPLACE_CMD} -e 's|#formats/mod_portaudio_stream|formats/mod_portaudio_stream|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#formats/mod_portaudio_stream|formats/mod_portaudio_stream|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.for i in mod_say_de mod_say_es mod_say_en mod_say_fr mod_say_he mod_say_hu mod_say_it mod_say_nl mod_say_pt mod_say_ru mod_say_th mod_say_zh
|
.for i in mod_say_de mod_say_es mod_say_en mod_say_fr mod_say_he mod_say_hu mod_say_it mod_say_nl mod_say_pt mod_say_ru mod_say_th mod_say_zh
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(say/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(say/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
.for i in mod_perl mod_python
|
.for i in mod_perl mod_python
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(languages/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(languages/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
.for i in mod_skinny mod_portaudio mod_dingaling mod_rtmp mod_khomp
|
.for i in mod_skinny mod_portaudio mod_dingaling mod_rtmp mod_khomp
|
||||||
.if ${PORT_OPTIONS:M${i:S/_//g:U}}
|
.if ${PORT_OPTIONS:M${i:S/_//g:tu}}
|
||||||
@${REINPLACE_CMD} -e 's|#\(endpoints/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
@${REINPLACE_CMD} -e 's|#\(endpoints/${i}\)|\1|g' ${WRKSRC}/modules.conf
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
@ -24,7 +24,7 @@ PEAR_AUTOINSTALL= yes
|
||||||
|
|
||||||
.for opt in BCMATH GMP
|
.for opt in BCMATH GMP
|
||||||
. if ${PORT_OPTIONS:M${opt}}
|
. if ${PORT_OPTIONS:M${opt}}
|
||||||
USE_PHP+= ${opt:L}
|
USE_PHP+= ${opt:tl}
|
||||||
. endif
|
. endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ PORTVERSION= 0.7
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
MASTER_SITES= SF/${PORTNAME}/POW/POW-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/POW/POW-${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
|
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= gahr@FreeBSD.org
|
MAINTAINER= gahr@FreeBSD.org
|
||||||
COMMENT= Python OpenSSL Wrappers
|
COMMENT= Python OpenSSL Wrappers
|
||||||
|
|
|
@ -6,7 +6,7 @@ PORTVERSION= 1.03
|
||||||
CATEGORIES= textproc databases perl5
|
CATEGORIES= textproc databases perl5
|
||||||
MASTER_SITES= http://www.rpbourret.com/xmldbms/
|
MASTER_SITES= http://www.rpbourret.com/xmldbms/
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= perl-${PORTNAME:L}-${PORTVERSION}
|
DISTNAME= perl-${PORTNAME:tl}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= 5u623l20@gmail.com
|
MAINTAINER= 5u623l20@gmail.com
|
||||||
COMMENT= Perl port of Java package XML-DBMS v1.0
|
COMMENT= Perl port of Java package XML-DBMS v1.0
|
||||||
|
|
|
@ -6,7 +6,7 @@ PORTVERSION= 1.4.1
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
|
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Python module to parse or write delimeter-separated (e.g. CSV) files
|
COMMENT= Python module to parse or write delimeter-separated (e.g. CSV) files
|
||||||
|
|
|
@ -25,7 +25,7 @@ SPINLOCKS_DESC= Spinlocks (experimental)
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CONFIGURE_ARGS= --enable-apc
|
CONFIGURE_ARGS= --enable-apc
|
||||||
IGNORE_WITH_PHP=55
|
IGNORE_WITH_PHP=55
|
||||||
PHP_MODNAME= ${PORTNAME:L}
|
PHP_MODNAME= ${PORTNAME:tl}
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
PORTNAME= WebCalendar
|
PORTNAME= WebCalendar
|
||||||
PORTVERSION= 1.2.5
|
PORTVERSION= 1.2.5
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}%201.2/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}%201.2/${PORTVERSION}
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
DISTNAME= ${PORTNAME:S/-devel//g}-${PORTVERSION}
|
DISTNAME= ${PORTNAME:S/-devel//g}-${PORTVERSION}
|
||||||
PORTSCOUT= limit:^1\.2\. skipb:1
|
PORTSCOUT= limit:^1\.2\. skipb:1
|
||||||
|
@ -19,7 +19,7 @@ CONFLICTS= WebCalendar-[0-9]*
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
WWWDIR= ${PREFIX}/www/${PORTNAME:L}
|
WWWDIR= ${PREFIX}/www/${PORTNAME:tl}
|
||||||
|
|
||||||
OPTIONS_DEFINE= APACHE LDAP GRADIENTBG REMINDERS PALM DOCS
|
OPTIONS_DEFINE= APACHE LDAP GRADIENTBG REMINDERS PALM DOCS
|
||||||
OPTIONS_DEFAULT= MYSQL REMINDERS
|
OPTIONS_DEFAULT= MYSQL REMINDERS
|
||||||
|
@ -33,7 +33,7 @@ NO_STAGE= yes
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L}
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
|
||||||
PORTDOCS= WebCalendar-SysAdmin.html \
|
PORTDOCS= WebCalendar-SysAdmin.html \
|
||||||
newwin.gif
|
newwin.gif
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= WebCalendar
|
||||||
PORTVERSION= 1.0.5
|
PORTVERSION= 1.0.5
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}%201.0/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}%201.0/${PORTVERSION}
|
||||||
PORTSCOUT= limit:^1\.0\.
|
PORTSCOUT= limit:^1\.0\.
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -36,7 +36,7 @@ NO_STAGE= yes
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L}
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
|
||||||
PORTDOCS= README \
|
PORTDOCS= README \
|
||||||
WebCalendar-Database.html \
|
WebCalendar-Database.html \
|
||||||
WebCalendar-DeveloperGuide.html \
|
WebCalendar-DeveloperGuide.html \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= Gtk2
|
PORTNAME= Gtk2
|
||||||
PORTVERSION= 1.249
|
PORTVERSION= 1.249
|
||||||
CATEGORIES= x11-toolkits lang perl5
|
CATEGORIES= x11-toolkits lang perl5
|
||||||
MASTER_SITES= CPAN SF/${PORTNAME:L}-perl/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= swills@FreeBSD.org
|
MAINTAINER= swills@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue