mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- update to revision 6343263e17c5cd771770dabc2559ac07ffedcf29
This commit is contained in:
parent
782d23aa12
commit
ab8eccd248
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279247
@ -7,20 +7,21 @@
|
||||
|
||||
PORTNAME= textedit.app
|
||||
PORTVERSION= 4.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= editors gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
MASTER_SITES= http://git.savannah.gnu.org/cgit/backbone.git/snapshot/
|
||||
DISTNAME= backbone-6343263e17c5cd771770dabc2559ac07ffedcf29
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Basic text editor for GNUstep
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/textedit-${PORTVERSION}
|
||||
USE_GNUSTEP_MAKE_DIRS= System/Applications/TextEdit
|
||||
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (textedit.app_4.0.orig.tar.gz) = 00487f401c6b1b0e32aeec6ad87dfa7f459a6383cf03462d94a657371adc9a65
|
||||
SIZE (textedit.app_4.0.orig.tar.gz) = 64546
|
||||
SHA256 (backbone-6343263e17c5cd771770dabc2559ac07ffedcf29.tar.bz2) = 03a173fd959b01d956a5a1eb41dbaa3c5bcdd87ee8f10657d2dfbc10a5fe8913
|
||||
SIZE (backbone-6343263e17c5cd771770dabc2559ac07ffedcf29.tar.bz2) = 4452378
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- ScalingScrollView.m.orig 2003-10-28 20:28:47.000000000 +0100
|
||||
+++ ScalingScrollView.m 2010-05-22 12:31:35.000000000 +0200
|
||||
@@ -11,7 +11,9 @@
|
||||
|
||||
#import "ScalingScrollView.h"
|
||||
|
||||
+#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
+#import <Foundation/NSValue.h>
|
||||
#import <AppKit/NSPopUpButton.h>
|
||||
#import <AppKit/NSScroller.h>
|
||||
#import <AppKit/NSButtonCell.h>
|
@ -2,18 +2,25 @@ GNUstep/System/Applications/TextEdit.app/Resources/Edit.tiff
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/EditTitle.tiff
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/Encodings.txt
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/data.info
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Edit.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Edit.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/data.info
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/data.info
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.strings
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/Edit.tiff
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/EditTitle.tiff
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/data.info
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Localizable.strings
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/data.classes
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/data.info
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/objects.gorm
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/German.lproj/Localizable.strings
|
||||
GNUstep/System/Applications/TextEdit.app/Resources/Info-gnustep.plist
|
||||
|
Loading…
Reference in New Issue
Block a user