diff options
Diffstat (limited to 'sysutils/portindex/files/patch-varju')
-rw-r--r-- | sysutils/portindex/files/patch-varju | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/portindex/files/patch-varju b/sysutils/portindex/files/patch-varju new file mode 100644 index 000000000000..242dd74426f5 --- /dev/null +++ b/sysutils/portindex/files/patch-varju @@ -0,0 +1,14 @@ +--- freebsdports.py.orig Wed Jul 28 14:03:59 2004 ++++ freebsdports.py Sat Aug 21 22:45:41 2004 +@@ -117,9 +117,9 @@ + print 'Output of make describe has',len(spl),'fields.' + return False + if this.path!=spl[1]: +- print "Port path is",this.path,"but Makefile reports",spl[1] ++ print "Warning: port path is",this.path,"but Makefile reports",spl[1] + this.name=spl[0] +- this.path=spl[1] ++ #this.path=spl[1] + this.prefix=spl[2] + this.comment=sre.sub(r'\s{2,}',' ',spl[3].strip()) + this.dfile=spl[4] |