Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 09:45:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557273 - head/databases/fpc-mysql
Message-ID:  <202012080945.0B89jZPJ067192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec  8 09:45:35 2020
New Revision: 557273
URL: https://svnweb.freebsd.org/changeset/ports/557273

Log:
  Fix plist

Modified:
  head/databases/fpc-mysql/Makefile
  head/databases/fpc-mysql/pkg-plist

Modified: head/databases/fpc-mysql/Makefile
==============================================================================
--- head/databases/fpc-mysql/Makefile	Tue Dec  8 09:43:00 2020	(r557272)
+++ head/databases/fpc-mysql/Makefile	Tue Dec  8 09:45:35 2020	(r557273)
@@ -1,6 +1,7 @@
 # Created by: John Merryweather Cooper
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	databases lang
 PKGNAMESUFFIX=	-mysql
 

Modified: head/databases/fpc-mysql/pkg-plist
==============================================================================
--- head/databases/fpc-mysql/pkg-plist	Tue Dec  8 09:43:00 2020	(r557272)
+++ head/databases/fpc-mysql/pkg-plist	Tue Dec  8 09:45:35 2020	(r557273)
@@ -41,6 +41,7 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysq
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.rsj
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.o



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