mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904
This commit is contained in:
parent
a7fba34f3f
commit
ec3e56288a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478711
43 changed files with 70 additions and 32 deletions
|
@ -87,7 +87,7 @@ PYTHON3_DEFAULT?= 3.6
|
||||||
# Possible values: 2.3, 2.4, 2.5
|
# Possible values: 2.3, 2.4, 2.5
|
||||||
RUBY_DEFAULT?= 2.4
|
RUBY_DEFAULT?= 2.4
|
||||||
# Possible values: 4.6, 4.7, 4.8
|
# Possible values: 4.6, 4.7, 4.8
|
||||||
SAMBA_DEFAULT?= 4.6
|
SAMBA_DEFAULT?= 4.7
|
||||||
# Possible values: base, openssl, openssl-devel, libressl, libressl-devel
|
# Possible values: base, openssl, openssl-devel, libressl, libressl-devel
|
||||||
.if !defined(SSL_DEFAULT)
|
.if !defined(SSL_DEFAULT)
|
||||||
# If no preference was set, check for an installed base version
|
# If no preference was set, check for an installed base version
|
||||||
|
|
28
UPDATING
28
UPDATING
|
@ -5,6 +5,34 @@ they are unavoidable.
|
||||||
You should get into the habit of checking this file for changes each time
|
You should get into the habit of checking this file for changes each time
|
||||||
you update your ports collection, before attempting any port upgrades.
|
you update your ports collection, before attempting any port upgrades.
|
||||||
|
|
||||||
|
20180901:
|
||||||
|
AFFECTS: users of samba46
|
||||||
|
AUTHOR: antoine@FreeBSD.org
|
||||||
|
|
||||||
|
The default version of samba has been switched from 4.6 to 4.7.
|
||||||
|
Upgrade instructions:
|
||||||
|
|
||||||
|
For package users having samba46 installed indirectly (as a dependency):
|
||||||
|
# pkg upgrade
|
||||||
|
|
||||||
|
For package users having samba46 installed directly (leaf port):
|
||||||
|
# pkg upgrade
|
||||||
|
# pkg install samba47
|
||||||
|
|
||||||
|
For ports users:
|
||||||
|
If you want to keep samba46, add DEFAULT_VERSIONS+= samba=4.6 to make.conf
|
||||||
|
|
||||||
|
If you want to upgrade to samba47, remove samba46:
|
||||||
|
# pkg delete -f samba46
|
||||||
|
|
||||||
|
Portmaster users:
|
||||||
|
# portmaster net/samba47
|
||||||
|
# portmaster -a
|
||||||
|
|
||||||
|
Portupgrade users:
|
||||||
|
# portinstall net/samba47
|
||||||
|
# portupgrade -a
|
||||||
|
|
||||||
20180813:
|
20180813:
|
||||||
AFFECTS: net/geoipupdate
|
AFFECTS: net/geoipupdate
|
||||||
AUTHOR: adamw@FreeBSD.org
|
AUTHOR: adamw@FreeBSD.org
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= musicpd
|
PORTNAME= musicpd
|
||||||
PORTVERSION= 0.20.21
|
PORTVERSION= 0.20.21
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio ipv6
|
CATEGORIES= audio ipv6
|
||||||
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
||||||
DISTNAME= mpd-${PORTVERSION}
|
DISTNAME= mpd-${PORTVERSION}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME?= xmms2
|
PORTNAME?= xmms2
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8
|
||||||
DISTVERSIONSUFFIX= DrO_o
|
DISTVERSIONSUFFIX= DrO_o
|
||||||
PORTREVISION?= 26
|
PORTREVISION?= 27
|
||||||
CATEGORIES?= audio
|
CATEGORIES?= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gnome-vfs
|
PORTNAME= gnome-vfs
|
||||||
PORTVERSION= 2.24.4
|
PORTVERSION= 2.24.4
|
||||||
PORTREVISION?= 8
|
PORTREVISION?= 9
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gvfs
|
PORTNAME= gvfs
|
||||||
PORTVERSION= 1.26.3
|
PORTVERSION= 1.26.3
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome3
|
DIST_SUBDIR= gnome3
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= kio-extras
|
PORTNAME= kio-extras
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel kde kde-applications # kde kde-applications-plasma
|
CATEGORIES= devel kde kde-applications # kde kde-applications-plasma
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
DISTVERSION= 2.6.0
|
DISTVERSION= 2.6.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://wiki.qemu.org/download/
|
MASTER_SITES= http://wiki.qemu.org/download/
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 2.11.50.g20180622
|
PORTVERSION= 2.11.50.g20180622
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= GH
|
MASTER_SITES= GH
|
||||||
PKGNAMESUFFIX?= -sbruno
|
PKGNAMESUFFIX?= -sbruno
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 2.12.0
|
PORTVERSION= 2.12.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://wiki.qemu.org/download/
|
MASTER_SITES= http://wiki.qemu.org/download/
|
||||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= amanda
|
PORTNAME= amanda
|
||||||
PORTVERSION= 3.3.9
|
PORTVERSION= 3.3.9
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
|
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= linm
|
PORTNAME= linm
|
||||||
DISTVERSION= 0.8.1-1
|
DISTVERSION= 0.8.1-1
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= misc shells
|
CATEGORIES= misc shells
|
||||||
MASTER_SITES= http://kldp.net/frs/download.php/4508/
|
MASTER_SITES= http://kldp.net/frs/download.php/4508/
|
||||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ffmpeg
|
PORTNAME= ffmpeg
|
||||||
PORTVERSION= 4.0.2
|
PORTVERSION= 4.0.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= multimedia audio ipv6 net
|
CATEGORIES= multimedia audio ipv6 net
|
||||||
MASTER_SITES= https://ffmpeg.org/releases/
|
MASTER_SITES= https://ffmpeg.org/releases/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gmerlin-avdecoder
|
PORTNAME= gmerlin-avdecoder
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
PORTREVISION= 21
|
PORTREVISION= 22
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
PORTNAME= kodi
|
PORTNAME= kodi
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
DISTVERSION= 18.0.g201808261011
|
DISTVERSION= 18.0.g201808261011
|
||||||
|
PORTREVISION= 1
|
||||||
PKGNAMESUFFIX?= -devel
|
PKGNAMESUFFIX?= -devel
|
||||||
|
|
||||||
MAINTAINER= tobik@FreeBSD.org
|
MAINTAINER= tobik@FreeBSD.org
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= kodi
|
PORTNAME= kodi
|
||||||
DISTVERSION= 17.6
|
DISTVERSION= 17.6
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= multimedia java
|
CATEGORIES= multimedia java
|
||||||
|
|
||||||
MAINTAINER= mickael.maillot@gmail.com
|
MAINTAINER= mickael.maillot@gmail.com
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xine
|
PORTNAME= xine
|
||||||
PORTVERSION= 1.2.9
|
PORTVERSION= 1.2.9
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= multimedia ipv6
|
CATEGORIES= multimedia ipv6
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= lib
|
PKGNAMEPREFIX= lib
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mplayer
|
PORTNAME= mplayer
|
||||||
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
|
|
||||||
MAINTAINER= riggs@FreeBSD.org
|
MAINTAINER= riggs@FreeBSD.org
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= mpv
|
PORTNAME= mpv
|
||||||
PORTVERSION= 0.29.0
|
PORTVERSION= 0.29.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
MASTER_SITES= https://waf.io/:waf
|
MASTER_SITES= https://waf.io/:waf
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= vlc
|
PORTNAME= vlc
|
||||||
DISTVERSION= 2.2.8
|
DISTVERSION= 2.2.8
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
PORTEPOCH= 4
|
PORTEPOCH= 4
|
||||||
CATEGORIES= multimedia audio ipv6 net www
|
CATEGORIES= multimedia audio ipv6 net www
|
||||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= freeradius
|
PORTNAME= freeradius
|
||||||
DISTVERSION= 3.0.17
|
DISTVERSION= 3.0.17
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
|
||||||
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
|
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= jags
|
PORTNAME= jags
|
||||||
PORTVERSION= 0.22.1
|
PORTVERSION= 0.22.1
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= opennx
|
PORTNAME= opennx
|
||||||
PORTVERSION= 0.16.0.729
|
PORTVERSION= 0.16.0.729
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= smbclient
|
PORTNAME= smbclient
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net pear
|
CATEGORIES= net pear
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= prosearch
|
PORTNAME= prosearch
|
||||||
PORTVERSION= 0.19.4
|
PORTVERSION= 0.19.4
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= net www
|
CATEGORIES= net www
|
||||||
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
|
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= smb4k-kde4
|
PORTNAME= smb4k-kde4
|
||||||
PORTVERSION= 0.10.9
|
PORTVERSION= 0.10.9
|
||||||
PORTREVISION= 17
|
PORTREVISION= 18
|
||||||
CATEGORIES= net kde
|
CATEGORIES= net kde
|
||||||
MASTER_SITES= SF/smb4k
|
MASTER_SITES= SF/smb4k
|
||||||
DISTNAME= smb4k-${PORTVERSION}
|
DISTNAME= smb4k-${PORTVERSION}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= apsfilter
|
PORTNAME= apsfilter
|
||||||
PORTVERSION= 7.2.8
|
PORTVERSION= 7.2.8
|
||||||
PORTREVISION= 21
|
PORTREVISION= 22
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://www.apsfilter.org/download/
|
MASTER_SITES= http://www.apsfilter.org/download/
|
||||||
DIST_SUBDIR= apsfilter
|
DIST_SUBDIR= apsfilter
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= cups-smb-backend
|
PORTNAME= cups-smb-backend
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= # empty
|
MASTER_SITES= # empty
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= gnome-cups-manager
|
PORTNAME= gnome-cups-manager
|
||||||
PORTVERSION= 0.31
|
PORTVERSION= 0.31
|
||||||
PORTREVISION= 20
|
PORTREVISION= 21
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= print gnome
|
CATEGORIES= print gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= sssd
|
PORTNAME= sssd
|
||||||
PORTVERSION= 1.11.7
|
PORTVERSION= 1.11.7
|
||||||
PORTREVISION= 13
|
PORTREVISION= 14
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/
|
MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= backuppc
|
PORTNAME= backuppc
|
||||||
DISTVERSION= 4.1.6.20180212
|
DISTVERSION= 4.1.6.20180212
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= backuppc
|
PORTNAME= backuppc
|
||||||
PORTVERSION= 3.3.2
|
PORTVERSION= 3.3.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
|
MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
|
||||||
SF
|
SF
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= backuppc
|
PORTNAME= backuppc
|
||||||
PORTVERSION= 4.2.1
|
PORTVERSION= 4.2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
|
MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
|
||||||
SF
|
SF
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= smbnetfs
|
PORTNAME= smbnetfs
|
||||||
PORTVERSION= 0.6.1
|
PORTVERSION= 0.6.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils net
|
CATEGORIES= sysutils net
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
|
||||||
PKGNAMEPREFIX= fusefs-
|
PKGNAMEPREFIX= fusefs-
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gnome-control-center
|
PORTNAME= gnome-control-center
|
||||||
PORTVERSION= 3.18.2
|
PORTVERSION= 3.18.2
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= sysutils gnome
|
CATEGORIES= sysutils gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome3
|
DIST_SUBDIR= gnome3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= elinks
|
PORTNAME= elinks
|
||||||
DISTVERSION= 0.11.7
|
DISTVERSION= 0.11.7
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://elinks.or.cz/download/
|
MASTER_SITES= http://elinks.or.cz/download/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= smb_auth
|
PORTNAME= smb_auth
|
||||||
PORTVERSION= 0.05
|
PORTVERSION= 0.05
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= LOCAL/dinoex
|
MASTER_SITES= LOCAL/dinoex
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 4.0.25
|
PORTVERSION= 4.0.25
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \
|
MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \
|
||||||
http://www2.us.squid-cache.org/Versions/v4/ \
|
http://www2.us.squid-cache.org/Versions/v4/ \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 4.1
|
PORTVERSION= 4.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \
|
MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \
|
||||||
http://www2.us.squid-cache.org/Versions/v4/ \
|
http://www2.us.squid-cache.org/Versions/v4/ \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 3.5.27
|
PORTVERSION= 3.5.27
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
|
MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
|
||||||
http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
|
http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= doublecmd
|
PORTNAME= doublecmd
|
||||||
PORTVERSION= 0.8.3
|
PORTVERSION= 0.8.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-fm
|
CATEGORIES= x11-fm
|
||||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||||
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= wcmcommander
|
PORTNAME= wcmcommander
|
||||||
PORTVERSION= 0.20.0
|
PORTVERSION= 0.20.0
|
||||||
DISTVERSIONPREFIX= release-
|
DISTVERSIONPREFIX= release-
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= x11-fm
|
CATEGORIES= x11-fm
|
||||||
|
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= kde-runtime
|
PORTNAME= kde-runtime
|
||||||
PORTVERSION= ${KDE_APPLICATIONS_VERSION}
|
PORTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= x11 kde kde-applications
|
CATEGORIES= x11 kde kde-applications
|
||||||
PKGNAMESUFFIX= -kde4
|
PKGNAMESUFFIX= -kde4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue