Bug 71176 - [update port] databases/postgresql-7.4.5
Summary: [update port] databases/postgresql-7.4.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 05:10 UTC by sugimura
Modified: 2004-08-31 14:47 UTC (History)
0 users

See Also:


Attachments
postgresql7.diff.gz (863 bytes, text/plain)
2004-08-31 05:10 UTC, sugimura
no flags Details
pg74.diff (3.79 KB, patch)
2004-08-31 13:17 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sugimura 2004-08-31 05:10:24 UTC
Simply updated a port for database/postgresql7 from 7.4.3 to 7.4.5.
Comment 1 Oliver Eikemeier 2004-08-31 11:39:48 UTC
SUGIMURA Takashi wrote:

> Simply updated a port for database/postgresql7 from 7.4.3 to 7.4.5.
>
>> How-To-Repeat:
>
>> Fix:
> begin 644 postgresql7.diff.gz

Please submit you patch as a simple (uncompressed) unified diff. It 
makes review much easier.
-Oliver
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2004-08-31 11:41:47 UTC
State Changed
From-To: open->feedback

Awaiting unified diff
Comment 3 sugimura 2004-08-31 11:55:31 UTC
> Please submit you patch as a simple (uncompressed) unified diff. It 
> makes review much easier.

OK, here is a patch.

diff -aurN postgresql7.743/Makefile postgresql7/Makefile
--- postgresql7.743/Makefile	Tue Jun 29 18:01:48 2004
+++ postgresql7/Makefile	Tue Aug 31 12:57:58 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	postgresql
-PORTVERSION?=	7.4.3
+PORTVERSION?=	7.4.5
 PORTREVISION?=	0
 CATEGORIES?=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL}
diff -aurN postgresql7.743/distinfo postgresql7/distinfo
--- postgresql7.743/distinfo	Tue Jun 29 18:01:48 2004
+++ postgresql7/distinfo	Tue Aug 31 12:57:34 2004
@@ -1,8 +1,8 @@
-MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
-SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
-MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
-SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
-MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
-SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
-MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
-SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
+MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
+SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
+MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
+SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
+MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
+SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944
+MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
+SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
Comment 4 Oliver Eikemeier 2004-08-31 12:18:36 UTC
Dear maintainer,

could you please review and approve or reject the patch in PR 71176
   <http://www.freebsd.org/cgi/query-pr.cgi?pr=71176>

Thanks
-Oliver
Comment 5 Palle Girgensohn 2004-08-31 13:17:32 UTC
The patch misses a pkg-plist entry, please use the attached version.

- move the include bsd.pre up so Makfile.local can be used. [1]

[1]: Radim Kolar <hsn@netmag.cz>
Comment 6 sugimura 2004-08-31 13:42:24 UTC
> The patch misses a pkg-plist entry, please use the attached version.
> 

Thank you very much for your confirmation.
Comment 7 Oliver Eikemeier freebsd_committer freebsd_triage 2004-08-31 14:47:35 UTC
State Changed
From-To: feedback->closed

Committed, thanks!