svn commit: r447095 - in head/devel/libee: . files

Matthew Seaman matthew at FreeBSD.org
Wed Aug 2 09:20:47 UTC 2017


Author: matthew
Date: Wed Aug  2 09:20:45 2017
New Revision: 447095
URL: https://svnweb.freebsd.org/changeset/ports/447095

Log:
  Appease	portlint by reordering parts of	the Makefile
  
  Delete unneeded	patch file
  
  Add timestamp to distinfo
  
  Install	shlib stripped

Deleted:
  head/devel/libee/files/
Modified:
  head/devel/libee/Makefile
  head/devel/libee/distinfo

Modified: head/devel/libee/Makefile
==============================================================================
--- head/devel/libee/Makefile	Wed Aug  2 09:04:02 2017	(r447094)
+++ head/devel/libee/Makefile	Wed Aug  2 09:20:45 2017	(r447095)
@@ -3,22 +3,27 @@
 
 PORTNAME=	libee
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.libee.org/files/download/
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Event expression library inspired by CEE
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libestr.so:devel/libestr
 
 MAKE_JOBS_UNSAFE=	yes
 
+USES=		libtool pathfix
+
 USE_LDCONFIG=	yes
 
-USES=		libtool pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
 CONFIGURE_ARGS+=	--prefix="${PREFIX}" --disable-testbench
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/devel/libee/distinfo
==============================================================================
--- head/devel/libee/distinfo	Wed Aug  2 09:04:02 2017	(r447094)
+++ head/devel/libee/distinfo	Wed Aug  2 09:20:45 2017	(r447095)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1501664409
 SHA256 (libee-0.4.1.tar.gz) = c0dac01938593deee06c3d161e4eda4ecc0fd7317e1321bd96e301aceb7fb027
 SIZE (libee-0.4.1.tar.gz) = 357116


More information about the svn-ports-all mailing list