aboutsummaryrefslogtreecommitdiff
path: root/devel/fossil
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-05 10:28:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-05 10:28:02 +0000
commitcd925d3c476097e997bd16e3c67ef9189508f29d (patch)
tree4c88223ca1a1f9bb48c9b80191619bcbfea8e37f /devel/fossil
parent92317d094a6864952766c5ed11343e0e7817c63f (diff)
Notes
Diffstat (limited to 'devel/fossil')
-rw-r--r--devel/fossil/Makefile6
-rw-r--r--devel/fossil/distinfo4
-rw-r--r--devel/fossil/files/patch-Makefile20
3 files changed, 6 insertions, 24 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index e1951fbee0d2..71d601c75aeb 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fossil
-PORTVERSION= 20110713230341
+PORTVERSION= 20110901182519
PORTEPOCH= 1
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
@@ -22,8 +22,10 @@ PLIST_FILES= bin/fossil
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT-BSD2.txt
+HAS_CONFIGURE= yes
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
+ @${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo
index 4197c6aa122b..d3970970228f 100644
--- a/devel/fossil/distinfo
+++ b/devel/fossil/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20110713230341.tar.gz) = ac1928189548933b9f76b6f91ae3cc21005dddc2eaa397e6de5ffe7b61b9b018
-SIZE (fossil-src-20110713230341.tar.gz) = 2528443
+SHA256 (fossil-src-20110901182519.tar.gz) = c024f63f73c2c2de4a5d4398c95d8acbf1c83eb9fa3b8a9a28bf27ea24af5693
+SIZE (fossil-src-20110901182519.tar.gz) = 2576464
diff --git a/devel/fossil/files/patch-Makefile b/devel/fossil/files/patch-Makefile
deleted file mode 100644
index f1bd6193ee94..000000000000
--- a/devel/fossil/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./Makefile.orig 2011-01-01 13:56:07.000000000 +0100
-+++ ./Makefile 2011-01-02 15:09:12.374775867 +0100
-@@ -20,7 +20,7 @@
- # to compile code-generator programs as part of the build process.
- # See TCC below for the C compiler for building the finished binary.
- #
--BCC = gcc
-+BCC = ${CC}
-
- #### The suffix to add to final executable file. When cross-compiling
- # to windows, make this ".exe". Otherwise leave it blank.
-@@ -35,7 +35,7 @@
- #
- #TCC = gcc -O6
- #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
--TCC = gcc -g -Os -Wall
-+TCC = ${CC} ${CFLAGS}
-
- # To add support for HTTPS
- TCC += -DFOSSIL_ENABLE_SSL