1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Upgrade to 1.3.0.

This commit is contained in:
Vanilla I. Shu 2015-01-27 05:58:02 +00:00
parent f4e8eec01d
commit 236341a8b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377983
3 changed files with 4 additions and 22 deletions

View File

@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= price
PORTVERSION= 1.1.0
PORTREVISION= 2
PORTVERSION= 1.3.0
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/PRICE%20source/${PORTVERSION}
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= PRICE-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -1,2 +1,2 @@
SHA256 (PRICE-1.1.0.tar.gz) = 01df4bfaa686bbaa01d8b5b23a14e9a53709a19fa2df448122850fd076111c9e
SIZE (PRICE-1.1.0.tar.gz) = 253467
SHA256 (PRICE-1.3.0.tar.gz) = 464bca113731023b43949992456cfa054f2d0fa3e1c5e7b5ca399f3f6f0af49b
SIZE (PRICE-1.3.0.tar.gz) = 275904

View File

@ -1,17 +0,0 @@
--- PRImageView.m.orig 2007-12-08 01:32:13.000000000 +0100
+++ PRImageView.m 2008-02-21 15:18:34.000000000 +0100
@@ -81,12 +81,13 @@
}
+#if 0
- (NSRect ) rectForPage: (int) pageNumber
{
NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo];
return [pi imageablePageBounds];
}
-
+#endif
-(void) dealloc