o Fix distfile unfetchable problem
o Satisfy portlint PR: 23919
This commit is contained in:
parent
06f0a9d80d
commit
298c88b4f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36672
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
PORTNAME= cproto
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.vex.net/~cthuang/cproto/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= cproto
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@
|
|||
-#define MAX_TEXT_SIZE 256
|
||||
+#define MAX_TEXT_SIZE 4096
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue