aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-02-15 01:06:00 +0800
committerwxs <wxs@FreeBSD.org>2010-02-15 01:06:00 +0800
commite7570b11710be05af5d2ba640f1af6fd0115525c (patch)
tree75843fb33d16d586ad8022ef61b252d390f2d770
parent1b37456c92a96af7ea6a2bf718004a153b6df500 (diff)
downloadfreebsd-ports-gnome-e7570b11710be05af5d2ba640f1af6fd0115525c.tar.gz
freebsd-ports-gnome-e7570b11710be05af5d2ba640f1af6fd0115525c.tar.zst
freebsd-ports-gnome-e7570b11710be05af5d2ba640f1af6fd0115525c.zip
- Update to 1.6.6.2
- Switch to including bsd.port.options.mk - Don't link with libiconv when the option is not selected [1] - Add --reuseaddr to git_daemon_flags [2] PR: [1]: ports/143683 [2]: ports/143275 Submitted by: [1]: Stef Walter <stef@memberwebs.com> [2]: Philippe Pepiot <phil@philpep.org>
-rw-r--r--devel/git/Makefile6
-rw-r--r--devel/git/distinfo18
-rw-r--r--devel/git/files/git_daemon.in2
-rw-r--r--devel/git/pkg-plist1
4 files changed, 14 insertions, 13 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index b9031091d373..9264c58a3d6d 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= git
-PORTVERSION= 1.6.6.1
+PORTVERSION= 1.6.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR= software/scm/${PORTNAME}
@@ -183,7 +183,7 @@ OPTIONS= GUI "Enable building of GUI tools" off \
ICONV "Support for multiple character encodings" on \
CURL "Support HTTP push and pull" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.ifdef (WITH_PERL)
USE_PERL5= yes
@@ -362,4 +362,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/git/distinfo b/devel/git/distinfo
index 0ec98af5dfab..7f8edd51e177 100644
--- a/devel/git/distinfo
+++ b/devel/git/distinfo
@@ -1,9 +1,9 @@
-MD5 (git-1.6.6.1.tar.bz2) = 9d254bfdae56c6fa124d8a1312a1b034
-SHA256 (git-1.6.6.1.tar.bz2) = 79c3049913a11b966b92406ec3ef6c7c5eb680cfa2a8b0c1abb167b1bfaf9769
-SIZE (git-1.6.6.1.tar.bz2) = 2331778
-MD5 (git-manpages-1.6.6.1.tar.bz2) = 18cbc20056058ef4d336896f628fc3b8
-SHA256 (git-manpages-1.6.6.1.tar.bz2) = 8282a948e8d06d75cad38e91ef6ca99871f44021c5e2ddd1c50327259a808236
-SIZE (git-manpages-1.6.6.1.tar.bz2) = 264778
-MD5 (git-1.6.6.1.tar.bz2.sign) = c083aaf73085d1d707fa8a70bf7d5b30
-SHA256 (git-1.6.6.1.tar.bz2.sign) = c8cea1e887fc4e98a81e0e8fd95d184fab610ebb79b70c96c2d9fe095b95554f
-SIZE (git-1.6.6.1.tar.bz2.sign) = 248
+MD5 (git-1.6.6.2.tar.bz2) = 6f0a112c37ce6f47d762687130f26a1b
+SHA256 (git-1.6.6.2.tar.bz2) = 4b81aba89336e0639ad28985e605a563a30bfbf8492e52b220952adf708f8a07
+SIZE (git-1.6.6.2.tar.bz2) = 2336377
+MD5 (git-manpages-1.6.6.2.tar.bz2) = 143a38ca17e3d328f6691a5d69184d88
+SHA256 (git-manpages-1.6.6.2.tar.bz2) = 961bb2412f685b562ed122e9f180d2154ddc214d9d0481835785e84f4baa24eb
+SIZE (git-manpages-1.6.6.2.tar.bz2) = 264990
+MD5 (git-1.6.6.2.tar.bz2.sign) = 1b1225e1e7bc2bdc53143d9e6880d4fb
+SHA256 (git-1.6.6.2.tar.bz2.sign) = 4c9f2ec89e790feffa8a3a2cabd26183c9b8f5a7015fdfedb86b61252da6f464
+SIZE (git-1.6.6.2.tar.bz2.sign) = 248
diff --git a/devel/git/files/git_daemon.in b/devel/git/files/git_daemon.in
index e0481d26b2ee..41b14541cc0d 100644
--- a/devel/git/files/git_daemon.in
+++ b/devel/git/files/git_daemon.in
@@ -21,7 +21,7 @@ load_rc_config $name
: ${git_daemon_enable:=NO}
: ${git_daemon_directory:=%%PREFIX%%/git}
-: ${git_daemon_flags:="--syslog"}
+: ${git_daemon_flags:="--syslog --reuseaddr"}
command="%%PREFIX%%/libexec/git-core/git-daemon"
command_args="${git_daemon_directory} &"
diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist
index 4556ce4c8295..2db366401b9a 100644
--- a/devel/git/pkg-plist
+++ b/devel/git/pkg-plist
@@ -734,6 +734,7 @@ share/git-core/templates/info/exclude
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.5.8.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.6.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.6.1.txt
+%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.6.2.txt
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/INSTALL
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/README
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/git-favicon.png
deletions'>-2/+3 * Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-172-1/+2 * - Add LICENSEamdmi32015-09-143-6/+13 * Make it so that the default Perl is always called perl5.mat2015-09-143-7/+7 * - Update to 0.10.2wen2015-09-132-5/+4 * Drop USES=iconv.rakuco2015-09-111-2/+2 * - Change host to Githubwen2015-09-112-3/+7 * - Reset the maintainer to ports@wen2015-09-111-1/+1 * Reformat port description text and split it into three paragraphs to improvedanfe2015-09-111-13/+16 * - Unbreak the build on PowerPC by pretending to be pre-Intel Apple CPU;danfe2015-09-111-11/+18 * Follow-up commit to r396576 since I've forgotten to fix some things:danfe2015-09-111-3/+3 * - Unbreak the build on PowerPC by using correct Fif_ENTRYPOINT() macro thatdanfe2015-09-102-22/+16 * - Add empty directory to plist, sort plistamdmi32015-09-092-6/+8 * science/InsightToolkit: update 4.7.2 -> 4.8.0robak2015-09-083-4564/+4731 * - Update to 1.82.02wen2015-09-052-8/+27 * - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2015-09-031-1/+2 * - Bump PORTREVISION after libzip updatemakc2015-08-282-1/+2 * Convert my ports to new options helpersmakc2015-08-252-21/+12 * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-213-10/+9 * - Convert to new options dependency and target helpersunpoet2015-08-201-9/+3 * - Update to 1.3.8olivierd2015-08-193-10/+8 * - Convert to new options helpersunpoet2015-08-191-4/+1 * - Convert to new options dependency helpersunpoet2015-08-191-10/+2 * Reassign to hamradio@db2015-08-193-6/+7 * science/pulseview: disable Werror, add LICENSE_FILEpgollucci2015-08-193-3/+5 * Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+0 * - Update to 1.2amdmi32015-08-172-3/+3 * - Update to 1.2amdmi32015-08-173-57/+3 * - Update to 5.0.6amdmi32015-08-173-6/+7 * Update to upstream version 0.9.3riggs2015-08-163-9/+6 * - Fix leftover files generated by shared-mime-infoamdmi32015-08-141-0/+1 * - Remove RG linksunpoet2015-08-141-1/+0 * - Mark BROKEN: does not build:amdmi32015-08-111-0/+2 * - editors/lazarus update to 1.4.2acm2015-08-092-2/+2 * - Update to 1.6-7tota2015-08-083-4/+4 * Fix build. Options helpers cannot be used here.thierry2015-08-041-9/+13 * Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3 * Add an option for mpich2, and set de default according the OS version.thierry2015-07-291-15/+29 * - Add science/orthanc-postgresqlamdmi32015-07-285-0/+99 * - Add science/orthanc-webvieweramdmi32015-07-284-0/+76 * - Fix build when using python 3.xsvnmir2015-07-263-1/+38 * - Update to 1.6-6tota2015-07-212-4/+3 * science/metaf2xml update 1.56 -> 1.57pgollucci2015-07-152-3/+6 * science/orthanc: update 0.9.0 -> 0.9.1robak2015-07-063-12/+16 * Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-031-0/+2 * - Update to 0.102sunpoet2015-07-022-3/+4 * - Update MASTER_SITESamdmi32015-07-012-6/+17 * - Update to 2.41amdmi32015-07-013-8/+22 * After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0 * - Add PORTSCOUTsunpoet2015-06-231-0/+2 * Convert to USES=jpegantoine2015-06-234-11/+7 * Convert to USES=autoreconfbapt2015-06-211-3/+1 * sciense/gramps: drop dependency on py-xmlrm2015-06-201-3/+4 * - Update from 0.8.6 to 0.9.0wen2015-06-1916-289/+32 * - Strip binariesamdmi32015-06-191-1/+18 * - Strip binaryamdmi32015-06-191-2/+5 * science/clhep: Update version 2.2.0.6=>2.2.0.8bofh2015-06-172-3/+3 * Add patch to fix the build with CMake 3.2.rakuco2015-06-161-0/+22 * - Update to 1.13.1sunpoet2015-06-155-42/+8 * - Update graphics/proj to 4.9.1wen2015-06-151-0/+1 * scikits-sparse is a Python module for sparse matrix calculations.wen2015-06-144-0/+34 * - Add my LOCAL to MASTER_SITESsunpoet2015-06-144-11/+14 * - Add PORTSCOUTsunpoet2015-06-131-0/+2 * - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-06-131-1/+3 * - Update to 1.1.67tota2015-06-132-4/+3 * - Update to 0.2-7tota2015-06-133-5/+4 * - Update to version 3.4.9 [1]pawel2015-06-133-21/+11 * - Fix shebangsamdmi32015-06-111-2/+3 * - Remove no-op --with-pthread=/usr from CONFIGURE_ARGS:sunpoet2015-06-111-2/+1 * - Update to 4.7.2antoine2015-06-0910-2841/+4568 * Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+0 * - Update to 1.8.5 patch 1sunpoet2015-06-083-8/+10 * - Fix build with FORTRAN enabledsunpoet2015-06-071-2/+1 * - Add missing files to plistamdmi32015-06-061-0/+5 * - Fix shebangsamdmi32015-06-061-1/+3 * - Fix shebangsamdmi32015-06-061-1/+4 * - Update to 1.2.5sunpoet2015-06-062-3/+4 * - Update to 1.2.6sunpoet2015-06-062-3/+3 * - Add science/orthancamdmi32015-06-0420-0/+442 * - Strip libraryamdmi32015-06-041-3/+5 * - Update to 1.6.1sunpoet2015-06-032-3/+3 * - Fix shebangsamdmi32015-05-311-1/+9 * Mark a few ports BROKENantoine2015-05-301-0/+2 * science/clhep: Update version 2.2.0.5=>2.2.0.6bofh2015-05-292-4/+4 * - Fix shebangsamdmi32015-05-291-2/+5 * - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0 * - Add LICENSEsunpoet2015-05-242-32/+27 * - Move science/rubygem-netcdf to science/rubygem-ruby-netcdfsunpoet2015-05-24