mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 3.6.2
- Add patch-Makefile.in - Note: Distname and binary has changed to pg_top PR: ports/123485 Submitted by: Sunghyuk Do <sunghyuk@gmail.com> (maintainer)
This commit is contained in:
parent
248399d815
commit
721a639f3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212855
@ -1,25 +1,25 @@
|
||||
# New ports collection makefile for: ptop
|
||||
# Date created: 18 December 2007
|
||||
# Whom: sunghyuk
|
||||
# Date created: 18 December 2007
|
||||
# Whom: Sunghyuk Do <sunghyuk@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ptop
|
||||
DISTVERSION= 3.6.1b4
|
||||
PORTVERSION= 3.6.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/1654/
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/1781/
|
||||
DISTNAME= pg_top-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunghyuk@gmail.com
|
||||
COMMENT= Top clone for postgresql
|
||||
|
||||
WRKSRC= ${WRKDIR}/ptop-3.6.1-beta4
|
||||
|
||||
MAN1= ptop.1
|
||||
MAN1= pg_top.1
|
||||
USE_GMAKE= yes
|
||||
USE_PGSQL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_FILES= bin/ptop
|
||||
PLIST_FILES= bin/pg_top
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ptop-3.6.1b4.tar.gz) = 3e2ee24fbd77e35be0b0c0b90149c569
|
||||
SHA256 (ptop-3.6.1b4.tar.gz) = de8c850b7577a0753be4ffd67ba3b7909fa170448de50aa28a4acae080547476
|
||||
SIZE (ptop-3.6.1b4.tar.gz) = 270325
|
||||
MD5 (pg_top-3.6.2.tar.gz) = 12ddb50cf83e3027d182a1381d388f1d
|
||||
SHA256 (pg_top-3.6.2.tar.gz) = 021ee836acd3c760d519816ed33b08689bf700ff52cd67805563675428d8b99f
|
||||
SIZE (pg_top-3.6.2.tar.gz) = 271581
|
||||
|
11
databases/ptop/files/patch-Makefile.in
Normal file
11
databases/ptop/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2008-05-06 20:10:58.000000000 +0900
|
||||
+++ Makefile.in 2008-05-06 20:11:18.000000000 +0900
|
||||
@@ -106,7 +106,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_OPTS_PROG = @INSTALL_OPTS_PROG@
|
||||
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
+INSTALL_PROGRAM = @INSTALL@ @INSTALL_OPTS_PROG@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
Loading…
Reference in New Issue
Block a user