From b3a034d5fd155aa5af244f8774b9965cd0fd04a8 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 29 Jul 2013 14:16:11 +0000 Subject: - Update to version 1.3.2 - Convert USE_GMAKE, drop MAKE_JOBS_SAFE Prodded by: several --- games/openttd/Makefile | 5 ++--- games/openttd/distinfo | 4 ++-- games/openttd/pkg-plist | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 10d684704230..8268e527f667 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openttd -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= games MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \ http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/ @@ -16,13 +16,12 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ lzo2:${PORTSDIR}/archivers/lzo2 +USES= gmake USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}" -USE_GMAKE= yes MAKE_ARGS= VERBOSE=1 # We want to see what's going on -MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CXXFLAGS= # Set to empty as OpenTTD treats it as an addition to CFLAGS diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 125c9e8344bb..0305d970fa7a 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,2 +1,2 @@ -SHA256 (openttd-1.3.1-source.tar.xz) = f6cb90e0773dc7bdf01161ded03e48661a65c3f1412b192ae954215aaf26eca2 -SIZE (openttd-1.3.1-source.tar.xz) = 6306164 +SHA256 (openttd-1.3.2-source.tar.xz) = f6efc0cd0c4f4315a98844c331acc2e02322d5671ec376b9f0a11795b0eb270b +SIZE (openttd-1.3.2-source.tar.xz) = 6347104 diff --git a/games/openttd/pkg-plist b/games/openttd/pkg-plist index 3795018cc74b..e56860ce14d1 100644 --- a/games/openttd/pkg-plist +++ b/games/openttd/pkg-plist @@ -65,6 +65,7 @@ share/pixmaps/openttd.32.xpm %%DATADIR%%/lang/spanish.lng %%DATADIR%%/lang/swedish.lng %%DATADIR%%/lang/tamil.lng +%%DATADIR%%/lang/thai.lng %%DATADIR%%/lang/traditional_chinese.lng %%DATADIR%%/lang/turkish.lng %%DATADIR%%/lang/ukrainian.lng -- cgit 9'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
Commit message (Expand)AuthorAgeFilesLines
* Fix build error WITH_HPN.nork2009-06-271-2/+2
* - Fix the previous commitpgollucci2009-06-241-4/+4
* - security/openssh-portable: update HPN and LPK patches to newer versionspgollucci2009-06-227-1132/+2684
* Fix build with WITH_LPK support for amd64 by change extra patches order.osa2009-05-191-3/+4
* Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.nork2009-05-172-3/+4
* - Update to 5.2p1pav2009-05-157-258/+2740
* Fix several problems with OPENSSH_OVERWRITE_BASE=1.sumikawa2009-04-222-12/+6
* - Reset long-term inactive maintainerpav2009-03-251-1/+1
* - Integrate x509 certificate patch (optional, default off) from http://www.ro...pav2009-03-252-0/+11
* - Add vendor patch for lpk patch that fixes runtime on amd64pav2009-03-252-0/+47
* - Update to 5.1p1pav2009-03-254-49/+38
* Fix rootless build.skv2008-11-111-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Mark BROKEN after recent kerberos updatepav2008-06-231-0/+4
* - Update to 5.0p1mnag2008-04-195-58/+1915
* - Update HPN patch to hpn12v20mnag2008-01-162-4/+5
* - Update gsskex patch to 20070927mnag2007-10-052-9/+8
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+0
* - Update MD5/SHA256 of openssh hpn patch. This patch are rerolled to update v...mnag2007-09-141-2/+2
* - Update to 4.7p1mnag2007-09-083-41/+9
* - Enable ssl-enginemnag2007-08-305-2349/+52
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
* - Update OpenSSH to 4.6p1mnag2007-03-134-1828/+2353
* - Use RC_SUBR_SUFFIXrafan2007-02-061-6/+1
* Update HPN patch to v14 for openssh 4.5p1.ale2006-11-182-4/+4
* - Fix CHROOT patch using chroot() before setusercontext() and add strerror() ...mnag2006-11-101-18/+14
* - Update to 4.5p1mnag2006-11-103-6/+5
* - Update HPN patch. Patch are renamed, the only content differences are two r...mnag2006-10-172-7/+8
* - Add OPTION to enable Kerberos/GSSAPI patch [1]mnag2006-10-083-11/+1850
* - Fix package creation. [1]mnag2006-10-043-4/+9
* - Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.mnag2006-10-022-4/+2
* - Update to 4.4p1.mnag2006-10-0121-448/+467
* Update HPN-12 patch to version 8 (no functional changes,ale2006-08-302-4/+4
* Add optional OpenSC PIN patch which make it possible for OpenSSH to asksimon2006-08-092-0/+137
* - Remove unecessary ?= in PKGNAMESUFFIX [1]mnag2006-07-052-21/+5
* Add support for smart cards.ale2006-06-131-0/+6
* - Fix order in rc.d script. Because of pidfile are empty, reload [2] and rest...mnag2006-02-222-14/+18
* Forget to add HPN patches.mnag2006-02-122-2/+8
* - Update to 4.3p2mnag2006-02-122-10/+4
* - Update to 4.3p1mnag2006-02-088-88/+194
* - Reorganize Makefile in preparation to update to 4.3p1mnag2006-02-082-74/+75
* Add SHA256mnag2005-11-091-0/+1
* Update my emailmnag2005-09-171-1/+1
* - Pass maintainership to submitter, since he sent the last patch.garga2005-09-061-1/+1
* - Update to 4.2p1garga2005-09-025-146/+70
* - Update to 4.1p1pav2005-06-072-5/+5
* - Don't specify --with-ssl-dir when using the system's OpenSSLpav2005-04-121-0/+2
* - Update to 4.0p1ahze2005-03-209-68/+137
* - sshd child process crashes when user with expired password logs in.pav2004-12-191-1/+1
* - drop maintainershipdinoex2004-10-141-1/+1
* - new option WITH_OPENSSH_CHROOTdinoex2004-10-122-24/+62
* - cleanup patchesdinoex2004-10-125-21/+21
* - update to 3.9p1dinoex2004-08-186-63/+46
* - bump PORTEPOCHdinoex2004-04-291-0/+1
* - update to 3.8.1p1dinoex2004-04-292-3/+3
* - force kerberos by option WITH_GSSAPIdinoex2004-04-031-2/+2
* - make PKGNAMESUFFIX more flexibledinoex2004-03-27