Infrastructure: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
c0c1e2a1a5
commit
4677c403bb
5 changed files with 26 additions and 3 deletions
16
CHANGES
16
CHANGES
|
|
@ -17,6 +17,22 @@ AUTHOR: ohauer@FreeBSD.org
|
|||
To activate the subversion apache modules a dedicated file
|
||||
will be installed as modules.d/220_subversion.conf
|
||||
|
||||
20150328:
|
||||
AUTHOR: bapt@FreeBSD.org
|
||||
|
||||
New "metaport" USES to take care of predefining correctly the needed
|
||||
macros as expected by meta ports.
|
||||
|
||||
20150323:
|
||||
AUTHOR: bapt@FreeBSD.org
|
||||
|
||||
Remove "@fc" and "@fontsdir". All fonts should always use @fcfontsdir which
|
||||
Properly takes care of the fonts.dir and fonts.scale cache files as well
|
||||
as ensure to properly update the fontconfig cache
|
||||
|
||||
New "fonts" USES. It defines the default variables needed for fonts and also
|
||||
takes care of the run time dependencies
|
||||
|
||||
20150326:
|
||||
AUTHOR: bdrewery@FreeBSD.org
|
||||
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@ EXTRACT_ONLY= #
|
|||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
NO_MTREE= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ BZIP2_DESC?= bzip2 compression support
|
|||
CACA_DESC?= libcaca graphics library support
|
||||
CAIRO_DESC?= Cairo graphics library support
|
||||
CARES_DESC?= Asynchronous DNS resolution via c-ares
|
||||
CDDA_DESC?= Digital Audio CD support
|
||||
CDDA2WAV_DESC?= CD ripping support (via cdda2wav)
|
||||
CDDB_DESC?= CDDB (compact disc database) support
|
||||
CDIO_DESC?= CDIO support via libcdio
|
||||
|
|
|
|||
|
|
@ -518,6 +518,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
|||
# - PREFIX has to be an absolute path.
|
||||
# - PREFIX can't have a trailing slash.
|
||||
#
|
||||
# BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries
|
||||
# installed by a port as a "provided" shared libraries provided
|
||||
# for other packages (prevent them from being exposed in the
|
||||
# solver). This has to be used for ports that bundles third
|
||||
# party libraries for internal usage.
|
||||
# MASTERDIR - Where the port finds patches, package files, etc. Define
|
||||
# this is you have two or more ports that share most of the
|
||||
# files.
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME}
|
|||
# Ruby 2.0
|
||||
#
|
||||
RUBY_RELVERSION= 2.0.0
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 643
|
||||
RUBY20= "" # PLIST_SUB helpers
|
||||
|
|
@ -182,7 +182,7 @@ RUBY20= "" # PLIST_SUB helpers
|
|||
# Ruby 2.1
|
||||
#
|
||||
RUBY_RELVERSION= 2.1.5
|
||||
RUBY_PORTREVISION= 3
|
||||
RUBY_PORTREVISION= 4
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY21= "" # PLIST_SUB helpers
|
||||
|
|
@ -192,7 +192,7 @@ RUBY21= "" # PLIST_SUB helpers
|
|||
# Ruby 2.2
|
||||
#
|
||||
RUBY_RELVERSION= 2.2.1
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY22= "" # PLIST_SUB helpers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue