mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- update to 2.0.4
- GPLV3
This commit is contained in:
parent
6b6d9dc09e
commit
af287150a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205645
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnustep-make
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= devel gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
||||
MASTER_SITE_SUBDIR= core
|
||||
@ -17,6 +17,7 @@ COMMENT= GNUstep makefile package
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
|
||||
RESTRICTED= GPL3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnustep-make-2.0.1.tar.gz) = f268733ea23f53e211e3977e27b46098
|
||||
SHA256 (gnustep-make-2.0.1.tar.gz) = 63d5f1bc8f2f12707f0c109ddff3492a297e4ae21ff13eee62ed4e2aa761f653
|
||||
SIZE (gnustep-make-2.0.1.tar.gz) = 444343
|
||||
MD5 (gnustep-make-2.0.4.tar.gz) = 3aef218e5b17999049256892acca7552
|
||||
SHA256 (gnustep-make-2.0.4.tar.gz) = 60c159673a0acf5ec598747344ddc3d3038482ebe64f910af0b5125cba8d2a44
|
||||
SIZE (gnustep-make-2.0.4.tar.gz) = 461957
|
||||
|
@ -1,4 +1,10 @@
|
||||
GNUstep.conf
|
||||
System/Library/Documentation/man/man1/debugapp.1.gz
|
||||
System/Library/Documentation/man/man1/openapp.1.gz
|
||||
System/Library/Documentation/man/man1/gnustep-config.1.gz
|
||||
System/Library/Documentation/man/man1/opentool.1.gz
|
||||
System/Library/Documentation/man/man7/GNUstep.7.gz
|
||||
System/Library/Documentation/man/man7/library-combo.7.gz
|
||||
System/Library/Makefiles/GNUstep-reset.sh
|
||||
System/Library/Makefiles/GNUstep.csh
|
||||
System/Library/Makefiles/GNUstep.sh
|
||||
@ -46,6 +52,7 @@ System/Library/Makefiles/Master/gswbundle.make
|
||||
System/Library/Makefiles/Master/java-tool.make
|
||||
System/Library/Makefiles/Master/java.make
|
||||
System/Library/Makefiles/Master/library.make
|
||||
System/Library/Makefiles/Master/nsis.make
|
||||
System/Library/Makefiles/Master/objc.make
|
||||
System/Library/Makefiles/Master/palette.make
|
||||
System/Library/Makefiles/Master/resource-set.make
|
||||
@ -97,6 +104,7 @@ System/Library/Makefiles/messages.make
|
||||
System/Library/Makefiles/mkinstalldirs
|
||||
System/Library/Makefiles/names.make
|
||||
System/Library/Makefiles/native-library.make
|
||||
System/Library/Makefiles/nsi-app.template
|
||||
System/Library/Makefiles/objc.make
|
||||
System/Library/Makefiles/os.sh
|
||||
System/Library/Makefiles/palette.make
|
||||
@ -143,6 +151,8 @@ System/Tools/opentool
|
||||
@dirrm System/Library/Headers
|
||||
@dirrm System/Library/Frameworks
|
||||
@dirrm System/Library/Fonts
|
||||
@dirrm System/Library/Documentation/man/man7
|
||||
@dirrm System/Library/Documentation/man/man1
|
||||
@dirrm System/Library/Documentation/man
|
||||
@dirrm System/Library/Documentation/info
|
||||
@dirrm System/Library/Documentation/User
|
||||
|
Loading…
Reference in New Issue
Block a user