Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 19:07:44 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454498 - in head/www/stagit: . files
Message-ID:  <201711191907.vAJJ7isp009004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Nov 19 19:07:44 2017
New Revision: 454498
URL: https://svnweb.freebsd.org/changeset/ports/454498

Log:
  www/stagit: Update to 0.7.1
  
  - Respect CFLAGS, LDFLAGS
  - libgit2 is installed in LOCALBASE not PREFIX
  
  Changes:	http://git.2f30.org/stagit/log.html

Deleted:
  head/www/stagit/files/
Modified:
  head/www/stagit/Makefile
  head/www/stagit/distinfo

Modified: head/www/stagit/Makefile
==============================================================================
--- head/www/stagit/Makefile	Sun Nov 19 18:56:11 2017	(r454497)
+++ head/www/stagit/Makefile	Sun Nov 19 19:07:44 2017	(r454498)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	stagit
-PORTVERSION=	0.6
+PORTVERSION=	0.7.1
 CATEGORIES=	www
 MASTER_SITES=	http://dl.2f30.org/releases/
 
@@ -14,10 +14,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libgit2.so:devel/libgit2
 
+USES=		localbase:ldflags
+USE_CSTD=	c99
+
 MAKE_ARGS=	CC="${CC}" \
-		PREFIX="${PREFIX}" \
-		GITINC="${PREFIX}/include" \
-		GITLIB="${PREFIX}/lib"
+		CFLAGS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS} -lgit2"
 
 post-patch:
 	@${REINPLACE_CMD} '/strlcat\.o/d; /strlcpy\.o/d' ${WRKSRC}/Makefile

Modified: head/www/stagit/distinfo
==============================================================================
--- head/www/stagit/distinfo	Sun Nov 19 18:56:11 2017	(r454497)
+++ head/www/stagit/distinfo	Sun Nov 19 19:07:44 2017	(r454498)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502646144
-SHA256 (stagit-0.6.tar.gz) = 71bfb26ed537955ef55119cf79c45654321a795a2d7e697dbce143324e48fd04
-SIZE (stagit-0.6.tar.gz) = 16523
+TIMESTAMP = 1511117174
+SHA256 (stagit-0.7.1.tar.gz) = c7c30ce9bdea70fe19b8f16b209c0c367f9ea5ccb57b32caba92c6dadfe23cff
+SIZE (stagit-0.7.1.tar.gz) = 16842



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711191907.vAJJ7isp009004>