svn commit: r509015 - head/editors/picpas

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Aug 15 17:33:09 UTC 2019


Author: acm
Date: Thu Aug 15 17:33:08 2019
New Revision: 509015
URL: https://svnweb.freebsd.org/changeset/ports/509015

Log:
  - Bump PORTREVISION (lazarus ports were updated to 2.0.4)
  - Remove LD_UNSAFE

Modified:
  head/editors/picpas/Makefile

Modified: head/editors/picpas/Makefile
==============================================================================
--- head/editors/picpas/Makefile	Thu Aug 15 17:30:04 2019	(r509014)
+++ head/editors/picpas/Makefile	Thu Aug 15 17:33:08 2019	(r509015)
@@ -3,7 +3,7 @@
 PORTNAME=	picpas
 PORTVERSION=	0.8.8
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 
@@ -39,7 +39,6 @@ USE_GNOME+=	${USE_GNOME_${FLAVOR}}
 
 LAZARUS_PROJECT_FILES=	Source/PicPas.lpi
 LAZBUILD_ARGS=		-d
-LLD_UNSAFE=	yes
 
 post-patch:
 	${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/Source/Globales.pas


More information about the svn-ports-head mailing list